31 lines
930 B
Text
31 lines
930 B
Text
# Template file for 'girara'
|
|
pkgname=girara
|
|
version=0.2.3
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
# COLOR=0 to avoid "tput not found" spam in the build output
|
|
make_build_args="COLOR=0"
|
|
make_install_args="COLOR=0"
|
|
maintainer="Dominik Honnef <dominik@honnef.co>"
|
|
hostmakedepends="pkg-config intltool"
|
|
makedepends="gtk+3-devel libnotify-devel"
|
|
license="zlib"
|
|
homepage="http://pwmt.org/projects/girara/"
|
|
short_desc="A library that implements a user interface that focuses on simplicity and minimalism"
|
|
distfiles="http://pwmt.org/projects/${pkgname}/download/${pkgname}-${version}.tar.gz"
|
|
checksum=b07fcce509a27c5917a997eb08cc5c8da20e9013f59ae89367ff048f2eae0ede
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
girara-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|