diff options
Diffstat (limited to 'libre/your-coherence/PKGBUILD')
-rw-r--r-- | libre/your-coherence/PKGBUILD | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/libre/your-coherence/PKGBUILD b/libre/your-coherence/PKGBUILD deleted file mode 100644 index c5bfbe5d7..000000000 --- a/libre/your-coherence/PKGBUILD +++ /dev/null @@ -1,24 +0,0 @@ -# Maintainer: Parabola Project <dev@list.parabolagnulinux.org> -pkgname=your-coherence -pkgver=$(LC_ALL=C date -u +%Y%m%d) -pkgrel=1 -pkgdesc="This package will remove support for unsafe/dangerous for privacy protocols/services." -arch=('any') -url="https://parabolagnulinux.org" -license=('GPL3') -install=${pkgname}.install -source=(${pkgname}-blacklist-${pkgver}.txt::https://projects.parabolagnulinux.org/blacklist.git/plain/${pkgname}-blacklist.txt) - -package() { - conflicts=($(cut -d: -f1,2 ${pkgname}-blacklist-${pkgver}.txt | \ - sed "s/:$//" | \ - grep -v ":" | \ - grep -v '^#' | \ - sort -u - )) - cd ${srcdir} - install -d ${pkgdir}/usr/share/doc/${pkgname} - install -m644 ${pkgname}-blacklist-${pkgver}.txt ${pkgdir}/usr/share/doc/${pkgname}/ -} - -md5sums=('5fd14982619414fea1882b351607291e') |