void-packages/srcpkgs/faketime/template
2019-10-04 10:15:52 +02:00

15 lines
542 B
Bash

# Template file for 'faketime'
pkgname=faketime
version=0.9.8
revision=1
wrksrc=lib$pkgname-$version
build_style=gnu-makefile
short_desc="Modifies the system time for a single application"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-only"
homepage="https://github.com/wolfcw/libfaketime"
distfiles="https://github.com/wolfcw/libfaketime/archive/v$version.tar.gz"
checksum=06288237cd5890eca148489e5b904ed852ed0ffa8424bfb479342f4daa8442a3
CFLAGS='-fPIC -DPREFIX=\"/usr\" -DLIBDIRNAME=\"/lib/faketime\"'
LDFLAGS='-lpthread'