summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f783ee79c5756008587b2c608cb766541dffccf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: pappy <pa314159@users.noreply.github.com>
pkgbase=python-sarge
pkgname=('python-sarge')
pkgver=0.1.7.post1
pkgrel=2
pkgdesc="The sarge package provides a wrapper for subprocess which provides command pipeline functionality."
arch=('any')
url="https://github.com/vsajip/sarge"
license=('BSD')
source=("git+https://github.com/vsajip/sarge.git#tag=${pkgver}")
sha256sums=('b882b7529c22ab95ee4c6bab40557529640a28841180b4cc1fdb59d67a982e1f')
depends=('python')
makedepends=('python-pip')
conflicts=('python-sarge-git')

package() {
  cd "${srcdir}/sarge"
  pip install --root="${pkgdir}" sarge
}