New package: bgs

This commit is contained in:
Luis
2022-05-21 17:47:33 +02:00
parent e1080f4566
commit 3ebe2ca6db
3 changed files with 26 additions and 0 deletions

1
main/bgs/.checksums Normal file
View File

@@ -0,0 +1 @@
e3cfeb44d8d753cdceeb4e183bd2f30a v0.8.tar.gz

8
main/bgs/.pkgfiles Normal file
View File

@@ -0,0 +1,8 @@
bgs-0.8-1
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/bgs
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/bgs.1.gz

17
main/bgs/spkgbuild Normal file
View File

@@ -0,0 +1,17 @@
# description : An extremely fast and small background setter for X.
# homepage : http://github.com/Gottox/bgs
# depends : imlib2 libxinerama
name=bgs
version=0.8
release=1
source="http://github.com/Gottox/bgs/archive/v${version}.tar.gz"
_portdir=$PWD
build() {
cd $name-$version
make PREFIX=/usr
make PREFIX=/usr DESTDIR=$PKG install
}