# Maintainer: jc_gargma # Maintainer (Parabola): Parabola Project # # I maintain this because: # Parabola has some dubious blacklisting decisions pkgname=your-freedom pkgdesc="This package conflicts with every proven nonfree package to ensure your system is free." license=('GPL3') url="https://git.parabola.nu/blacklist.git" pkgver=20190215 pkgrel=1 arch=('any') groups=('base' 'base-openrc') makedepends=(librelib) source=(blacklist.txt) sha512sums=('100b2c945a5e10eb97319d024468d3ba9906fc070e6b5be4682a96108df33b97143b9f4795288109d0b9cd7a4b9bf08676c713702e858ef2b4a5280e92554f68') package() { cd "$srcdir" conflicts=($( < blacklist.txt \ libreblacklist normalize | cut -d: -f1,2 | sed -n 's/:$//p' | sort -u )) install -Dm644 blacklist.txt "$pkgdir"/usr/share/doc/${pkgname}/blacklist.txt }