From fd3fc7abf4c0c4b8f4a93a779b348e8f085dd21a Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Thu, 8 Jun 2023 01:19:04 +0300 Subject: Deleted package: ouch-bin --- ouch-bin/.SRCINFO | 14 -------------- ouch-bin/PKGBUILD | 40 ---------------------------------------- 2 files changed, 54 deletions(-) delete mode 100644 ouch-bin/.SRCINFO delete mode 100644 ouch-bin/PKGBUILD (limited to 'ouch-bin') diff --git a/ouch-bin/.SRCINFO b/ouch-bin/.SRCINFO deleted file mode 100644 index 78a429b..0000000 --- a/ouch-bin/.SRCINFO +++ /dev/null @@ -1,14 +0,0 @@ -pkgbase = ouch-bin - pkgdesc = Painless compression and decompression in the terminal (binary release) - pkgver = 0.4.1 - pkgrel = 1 - url = https://github.com/ouch-org/ouch - arch = x86_64 - license = MIT - provides = ouch - conflicts = ouch - conflicts = ouch-git - source = ouch-0.4.1.tar.gz::https://github.com/ouch-org/ouch/releases/download/0.4.1/ouch-x86_64-unknown-linux-gnu.tar.gz - sha256sums = b27902df86aa2b4df28e1d53214af1d5391beabd4c1cbee850d80c2168329d62 - -pkgname = ouch-bin diff --git a/ouch-bin/PKGBUILD b/ouch-bin/PKGBUILD deleted file mode 100644 index 53a278a..0000000 --- a/ouch-bin/PKGBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# Maintainer: Yigit Sever - -pkgname=ouch-bin -_pkgname=${pkgname%-bin} -pkgver=0.4.1 -pkgrel=1 -pkgdesc="Painless compression and decompression in the terminal (binary release)" -arch=('x86_64') -url="https://github.com/ouch-org/ouch" -license=('MIT') -provides=(${_pkgname}) -conflicts=(${_pkgname} ${_pkgname}-git) -source=("${_pkgname}-${pkgver}.tar.gz::${url}/releases/download/${pkgver}/ouch-x86_64-unknown-linux-gnu.tar.gz") -sha256sums=('b27902df86aa2b4df28e1d53214af1d5391beabd4c1cbee850d80c2168329d62') - -package() { - # Binary releaes is archived in a folder with a generic name, it is not ideal - # (e.g. aur helpers will complain about name clashes) - # So we fix it - cd "${srcdir}" - mkdir "${_pkgname}-${pkgver}" - mv "${srcdir}/ouch-x86_64-unknown-linux-gnu/"* "${_pkgname}-${pkgver}" - rmdir ouch-x86_64-unknown-linux-gnu - - cd "${srcdir}/${_pkgname}-${pkgver}" - - install -Dm0755 -t "${pkgdir}/usr/bin" "${_pkgname}" - install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/${_pkgname}/LICENSE" - - # install manpages - install -Dm0644 "man/${_pkgname}.1" -t "${pkgdir}/usr/share/man/man1" - install -Dm0644 "man/${_pkgname}-compress.1" -t "${pkgdir}/usr/share/man/man1" - install -Dm0644 "man/${_pkgname}-decompress.1" -t "${pkgdir}/usr/share/man/man1" - install -Dm0644 "man/${_pkgname}-list.1" -t "${pkgdir}/usr/share/man/man1" - - # install shell completions - install -Dm0644 "completions/${_pkgname}.bash" "${pkgdir}/usr/share/bash-completion/completions/${_pkgname}" - install -Dm0644 "completions/${_pkgname}.fish" "${pkgdir}/usr/share/fish/vendor_completions.d/${_pkgname}.fish" - install -Dm0644 "completions/_${_pkgname}" "${pkgdir}/usr/share/zsh/site-functions/_${_pkgname}" -} -- cgit v1.2.3-70-g09d2