17 lines
485 B
Bash
17 lines
485 B
Bash
# Template file for 'bgs'
|
|
pkgname=bgs
|
|
version=0.7.1
|
|
revision=1
|
|
homepage="http://github.com/Gottox/bgs"
|
|
distfiles="$homepage/archive/v${version}.tar.gz"
|
|
makedepends="imlib2-devel libXinerama-devel"
|
|
short_desc="An extremely fast and small background setter for X"
|
|
build_style=gnu-makefile
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
license="MIT"
|
|
checksum=8883e35406114632f4098a8c47ac4ffa5afd795d9087d0abcf9d7cd5d208f5cd
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vdoc README
|
|
}
|