summaryrefslogtreecommitdiff
path: root/yf/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'yf/PKGBUILD')
-rw-r--r--yf/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/yf/PKGBUILD b/yf/PKGBUILD
deleted file mode 100644
index e737482..0000000
--- a/yf/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Maintainer: Parabola Project <dev@list.parabolagnulinux.org>
-pkgname=your-freedom
-pkgver=$(LC_ALL=C date -u +%Y%m%d)
-pkgrel=1
-pkgdesc="This package conflicts with every nonfree package known to date."
-arch=('any')
-url="https://parabolagnulinux.org"
-license=('GPL')
-groups=('base')
-install=${pkgname}.install
-source=()
-md5sums=()
-noextract=()
-
-build() {
- cd ${srcdir}
- source ~/repm/local_config
- install -d ${pkgdir}/usr/share/doc/${pkgname}
- install -m644 $blacklist $whitelist ${pkgdir}/usr/share/doc/${pkgname}/
-}
-
-package() {
- conflicts=($(cut -d: -f1,2 ${pkgdir}/usr/share/doc/${pkgname}/blacklist.txt | \
- sed "s/:$//" | \
- grep -v ":" | \
- sort -u
- ))
-}