From 5f672acc55ffe9d72c39d76f4bc1ae8ec6539067 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Tue, 16 Nov 2021 15:56:06 +0300 Subject: Tracking adopted packages - dvc - flowy - ouch{-bin, -git,} --- ouch-bin/PKGBUILD | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 ouch-bin/PKGBUILD (limited to 'ouch-bin/PKGBUILD') diff --git a/ouch-bin/PKGBUILD b/ouch-bin/PKGBUILD new file mode 100644 index 0000000..9bc3dfd --- /dev/null +++ b/ouch-bin/PKGBUILD @@ -0,0 +1,21 @@ +# Maintainer: Yigit Sever + +pkgname=ouch-bin +_pkgname=${pkgname%-bin} +pkgver=0.3.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}::${url}/releases/download/${pkgver}/ouch-x86_64-linux-musl" + "LICENSE::https://raw.githubusercontent.com/ouch-org/ouch/master/LICENSE") +sha256sums=('48843b18aee48273e60456267c408163d51df046ad79a6cdd99c75c45cb79afe' + 'f082ccc8a66b3fdbeb6d53d5fe084934fc6f480a9d1d9243d2c5d9e45ec76938') + +package() { + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/${_pkgname}/LICENSE" + install -Dvm755 "${_pkgname}" -t "${pkgdir}/usr/bin" +} -- cgit v1.2.3-70-g09d2