contrib/libfaketime/Pkgfile

18 lines
449 B
Plaintext

# Description: Fake time preload library, report faked system time to programs without having to change the system-wide time
# URL: https://github.com/wolfcw/libfaketime
# Maintainer: unmaintained
name=libfaketime
version=0.9.10
release=1
source=(https://github.com/wolfcw/$name/archive/v$version/$name-v$version.tar.gz)
build() {
cd libfaketime-$version
make PREFIX=/usr
make PREFIX=/usr DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}