# 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=20190714 pkgrel=2 arch=('any') groups=('base' 'base-openrc') makedepends=(librelib) source=(blacklist.txt) sha512sums=('8541fb913cca11856b1effcb2d1c406f07c9a00d440717feff468382e73a4a58c73412e264a06525ebeca96d98480b63e6585693f8acf7d057dea2705bf44856') 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 }