22 lines
550 B
Bash
22 lines
550 B
Bash
# Template file for 'spt'
|
|
pkgname=spt
|
|
version=0.6
|
|
revision=0
|
|
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=7ca59ad833f86fc41c1cad3d0835b8ce64682a33cc27a22c042a7e7bd09ab582
|
|
|
|
do_build() {
|
|
make CC=$CC ${makejobs}
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|