15 lines
542 B
Bash
15 lines
542 B
Bash
# Template file for 'faketime'
|
|
pkgname=faketime
|
|
version=0.9.9
|
|
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=57d0181150361c0a9b5c8eef05b11392f6134ada2c2d998e92e63daed639647c
|
|
CFLAGS='-fPIC -DPREFIX=\"/usr\" -DLIBDIRNAME=\"/lib/faketime\"'
|
|
LDFLAGS='-lpthread'
|