unifdef: initial commit, version 2.12

This commit is contained in:
Tim Biermann 2023-03-26 16:19:59 +02:00
parent f205292374
commit d039c14ddd
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 32 additions and 0 deletions

8
unifdef/.footprint Normal file
View File

@ -0,0 +1,8 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/unifdef
-rwxr-xr-x root/root usr/bin/unifdefall
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rwxr-xr-x root/root usr/share/man/man1/unifdef.1.gz

5
unifdef/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/ft3itVffndgF7CAriNqY4DLjKaywWJcWmZeIyUeaSx3mKD5+NZesXahbj8bokhpv4bC20KGcgFLVEfYmF5/8Ac=
SHA256 (Pkgfile) = 42e00432468c522fda798f478efc95d31da859265ada35282c1ef1457f6d0d58
SHA256 (.footprint) = 9a5445b7cadc2a1b94b4c3f476827dce559b5b83304ac703d621fd31747e2a9b
SHA256 (unifdef-2.12.tar.gz) = fba564a24db7b97ebe9329713ac970627b902e5e9e8b14e19e024eb6e278d10b

19
unifdef/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: selectively processes conditional C preprocessor #if and #ifdef directives
# URL: https://dotat.at/prog/unifdef/
# Maintainer: Tim Biermann, tbier at posteo dot de
name=unifdef
version=2.12
release=1
source=(https://dotat.at/prog/unifdef/unifdef-$version.tar.gz)
build() {
cd $name-$version
make clean
make
install -Dt $PKG/usr/bin unifdef
install -D unifdefall.sh $PKG/usr/bin/unifdefall
install -Dt $PKG/usr/share/man/man1 unifdef.1
}