vp-build/srcpkgs/faketime/template

15 lines
534 B
Bash

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