15 lines
594 B
Bash
15 lines
594 B
Bash
# Template file for 'faketime'
|
|
pkgname=faketime
|
|
version=0.9.10
|
|
revision=1
|
|
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"
|
|
changelog="https://raw.githubusercontent.com/wolfcw/libfaketime/master/NEWS"
|
|
distfiles="https://github.com/wolfcw/libfaketime/archive/v${version}.tar.gz"
|
|
checksum=729ad33b9c750a50d9c68e97b90499680a74afd1568d859c574c0fe56fe7947f
|
|
CFLAGS='-fPIC -DPREFIX=\"/usr\" -DLIBDIRNAME=\"/lib/faketime\"'
|
|
LDFLAGS='-lpthread'
|