libfaketime: marked unmaintained

This commit is contained in:
Tim Biermann 2023-08-13 11:03:13 +02:00
parent 79436f1b2a
commit 8457e9a9ef
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32Heg2na8Sz5oTIoTB82QyUCbQNqcKH6JB0NZ7QX/O28w4w3LOdYnP0k6tKk2TrBOqIfetAa9bvINy/It3jxJAM=
SHA256 (Pkgfile) = 328336b68a78453f5648cf8e4b0348fc3ce4dcc59918de9b643dcfe66c6537b5
RWSagIOpLGJF31UclVzP+6ebcr25j64NVK0Ugel/YUPRTHDuvP1lNyE0ZMjc9PUlCqUGIR9xEQFgD0W4A35xjR9r8LtUow4hqAw=
SHA256 (Pkgfile) = 7fd9e8e5405265eb9ba22408cc0ef6c04c5f4e3607ae90938360624a910f4c7f
SHA256 (.footprint) = 07d18d00172586cac8ba536dece7e9cd8a820711724db5f5d1008efada5d5058
SHA256 (libfaketime-v0.9.10.tar.gz) = 729ad33b9c750a50d9c68e97b90499680a74afd1568d859c574c0fe56fe7947f

View File

@ -1,6 +1,6 @@
# Description: Fake time preload library, report faked system time to programs without having to change the system-wide time.
# 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: Danny Rawlins, crux at romster dot me
# Maintainer: unmaintained
name=libfaketime
version=0.9.10
@ -8,10 +8,10 @@ release=1
source=(https://github.com/wolfcw/$name/archive/v$version/$name-v$version.tar.gz)
build() {
cd libfaketime-$version
cd libfaketime-$version
make PREFIX=/usr
make PREFIX=/usr DESTDIR=$PKG install
make PREFIX=/usr
make PREFIX=/usr DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
rm -r $PKG/usr/share/doc
}