From 5a4cdb77ff625b817d85d10ab8dfd89094e5bdbc Mon Sep 17 00:00:00 2001 From: Inokentiy Babushkin Date: Fri, 3 Mar 2017 21:26:44 +0100 Subject: [PATCH] New package: spt-0.4 --- srcpkgs/spt/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/spt/template diff --git a/srcpkgs/spt/template b/srcpkgs/spt/template new file mode 100644 index 0000000000..02f27e9be2 --- /dev/null +++ b/srcpkgs/spt/template @@ -0,0 +1,22 @@ +# Template file for 'spt' +pkgname=spt +version=0.4 +revision=1 +short_desc="Simple pomodoro timer" +maintainer="Inokentiy Babushkin " +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 +}