# Maintainer: jc_gargma # Maintainer (Parabola): Parabola Project 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=20180909 pkgrel=1 arch=('any') groups=('base' 'base-openrc') makedepends=(librelib) source=(blacklist.txt) sha512sums=('c0abf268b43957161b0a24d69af9beb9c0d3a4c49bb0d95ccf739e56d6aa2fd2e22793965990879c798022452fb9c06b09b9670b2363266f191f862f807876db') 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 }