v++
Package builder / BuildPackage (push) Successful in 37s Details

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2023-10-25 23:59:08 +00:00
parent d0e0c67c2d
commit f47e82b5f9
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
_pkgname=xsct
pkgname=$_pkgname-git
pkgver=r38.1bfe075
pkgver=r41.1cf765e
pkgrel=1
pkgdesc='set color temperature of screen'
url='https://github.com/faf0/sct'
@ -33,10 +33,10 @@ pkgver() {
build() {
cd sct
gcc -Wall -Wextra -Werror -pedantic -std=c99 -O2 -I /usr/X11R6/include xsct.c -o xsct -L /usr/X11R6/lib -lX11 -lXrandr -lm -s
make
}
package() {
cd sct
install -Dm755 xsct "$pkgdir/usr/bin/xsct"
make DESTDIR="$pkgdir" install
}