summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-08-20 22:35:59 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-08-20 22:35:59 -0500
commit68f4a6b6f39e4e6232767730eb1289618650e420 (patch)
treee374f8a2f7b2b487947fd97f6b59970ea11aecf3 /pcr
parent968ac8186086be492174eba898911002200ad526 (diff)
downloadabslibre-68f4a6b6f39e4e6232767730eb1289618650e420.tar.gz
abslibre-68f4a6b6f39e4e6232767730eb1289618650e420.tar.bz2
abslibre-68f4a6b6f39e4e6232767730eb1289618650e420.zip
Removing unrar-emulator
Diffstat (limited to 'pcr')
-rw-r--r--pcr/unrar-emulator/PKGBUILD17
1 files changed, 0 insertions, 17 deletions
diff --git a/pcr/unrar-emulator/PKGBUILD b/pcr/unrar-emulator/PKGBUILD
deleted file mode 100644
index 9a12eedb5..000000000
--- a/pcr/unrar-emulator/PKGBUILD
+++ /dev/null
@@ -1,17 +0,0 @@
-# Maintainer: Márcio Silva <coadde@hyperbola.info>
-
-pkgname=unrar-emulator
-_pkgname="${pkgname/-emulator/}"
-pkgver=1.0
-pkgrel=1
-arch=('any')
-license=('AGPL3')
-desc="Script to emulate nonfree unrar"
-depends=('bash' 'libarchive' 'unarchiver')
-url='https://projects.parabola.nu/software-emulators.git'
-source=($url/plain/unrar-emulator/unrar.sh)
-sha512sums=('c3f015dc8a7a1ddb2a4e94c80ff6ec59f3da368b8d616c43765e60e6b01ecd168e8babe051a945901935a6ac7d4f1368d5240257bdfad024a5b3fa21109f6ef6')
-
-package() {
- install -Dm 755 "${srcdir}"/unrar.sh "${pkgdir}"/usr/bin/unrar
-}