summaryrefslogtreecommitdiff
path: root/libre/your-freedom/PKGBUILD
blob: 4edbfeee63a05c337d5ca64a86a6d1d1927f6578 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Maintainer: Parabola Project <dev@lists.parabola.nu>

pkgname=your-freedom
pkgdesc="This package conflicts with every nonfree package known to date to ensure your system is free."
license=('GPL3')
url="https://git.parabola.nu/blacklist.git"
pkgver=20210923
_gitver=62441f574d070a2dbf7ecbe1cc2e914095cd69f7
pkgrel=1

arch=('any')
install=${pkgname}.install

makedepends=(librelib)
source=(blacklist-${_gitver}.txt::https://git.parabola.nu/blacklist.git/plain/blacklist.txt?id=${_gitver})
sha512sums=('72ce58b2e11cddc7c1f868223d5e5cc40ab92d7c39971730eb29ec8770703c577b41aa6133b2c207b29ebbd49847ee95ebe1a58a08270c5e6d7fb59c6eeb321a')


package() {
	cd "$srcdir"

	conflicts=($( \
		< blacklist-${_gitver}.txt \
		libreblacklist normalize | \
		cut -d: -f1,2 | \
		sed -n 's/:$//p' | \
		sort -u \
		))

	install -Dm644 blacklist-${_gitver}.txt "$pkgdir"/usr/share/doc/${pkgname}/blacklist.txt
}