New package: girara-0.2.2
This commit is contained in:
parent
accb7a36b6
commit
eebaa8b0c7
|
@ -1668,3 +1668,4 @@ libtidy-0.99.so.0 tidy-1.46_2
|
|||
libnetpbm.so.11 libnetpbm-10.66.03_2
|
||||
libid3.so id3lib-3.8.3_1
|
||||
libid3-3.8.so.3 id3lib-3.8.3_1
|
||||
libgirara-gtk3.so.1 girara-0.2.2_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
girara
|
|
@ -0,0 +1,29 @@
|
|||
# Template file for 'girara'
|
||||
pkgname=girara
|
||||
version=0.2.2
|
||||
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=6382dfdf1cc7ddfedf3d1ece5a7f07590c49b4932184ee8dec6d2bd121e66653
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
girara-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision} gtk+3-devel libnotify-devel"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue