Merge pull request #5883 from ibabushkin/spt

New package: spt-0.4
This commit is contained in:
Toyam Cox 2017-03-30 13:02:32 -04:00 committed by GitHub
commit 00eb9caefd

22
srcpkgs/spt/template Normal file
View file

@ -0,0 +1,22 @@
# Template file for 'spt'
pkgname=spt
version=0.4
revision=1
short_desc="Simple pomodoro timer"
maintainer="Inokentiy Babushkin <inokentiy.babushkin@googlemail.com>"
license="ISC"
hostmakedepends="pkg-config"
makedepends="libnotify-devel glib-devel"
build_style="gnu-makefile"
homepage="https://github.com/pickfire/spt"
distfiles="https://github.com/pickfire/${pkgname}/archive/${version}.tar.gz"
checksum=b0d0871085a472bdaaf16359765ba4bb3f2d35aeefcc7f737f1bf8d186a02dd6
do_build() {
sed -i 's/CPPFLAGS =/CPPFLAGS +=/g' config.mk
make CC=$CC ${makejobs}
}
post_install() {
vlicense LICENSE
}