🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223
pkgname: unifdef
pkgver: '2.12'
pkgrel: '2'
pkgdesc: Selectively processes conditional C preprocessor if and ifdef directives
url: 'https://dotat.at/prog/unifdef/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://dotat.at/prog/unifdef/unifdef-${pkgver}.tar.gz'
sha256sums:
- fba564a24db7b97ebe9329713ac970627b902e5e9e8b14e19e024eb6e278d10b
build: |
cd ${pkgname}-${pkgver}
make clean
make
install -Dt ${PKGDIR}/usr/bin unifdef
install -D unifdefall.sh ${PKGDIR}/usr/bin/unifdefall
install -Dt ${PKGDIR}/usr/share/man/man1 unifdef.1
package: |
true