diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-09-06 00:23:55 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-09-22 16:15:01 -0300 |
commit | ec1084d33b92e1f437734bd1d80b736c2026c718 (patch) | |
tree | 9ba7912009f04488298991fd3bb90cfa5b2b1972 /pcr/unrar-emulator/PKGBUILD | |
parent | 20ae51c8b811335c458e6a46a49911e1908dc1fc (diff) | |
download | abslibre-ec1084d33b92e1f437734bd1d80b736c2026c718.tar.gz abslibre-ec1084d33b92e1f437734bd1d80b736c2026c718.tar.bz2 abslibre-ec1084d33b92e1f437734bd1d80b736c2026c718.zip |
add unrar-emulator to [pcr], due it's unstable for some software
Diffstat (limited to 'pcr/unrar-emulator/PKGBUILD')
-rw-r--r-- | pcr/unrar-emulator/PKGBUILD | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/pcr/unrar-emulator/PKGBUILD b/pcr/unrar-emulator/PKGBUILD new file mode 100644 index 000000000..ed8e10f2f --- /dev/null +++ b/pcr/unrar-emulator/PKGBUILD @@ -0,0 +1,17 @@ +# Maintainer: Márcio Silva <coadde@parabola.nu> + +pkgname=unrar-emulator +_pkgname="${pkgname/-emulator/}" +pkgver=1.0 +pkgrel=1 +arch=('any') +license=('AGPL3') +desc="Script to emulate nonfree unrar" +depends=('bash' 'libarchive' 'unar') +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 +} |