summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 714bfdf6562be1a36ecd0f88ef9b432386fd2f8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Maintainer: Leon Kowarschick <thereal.elkowar at gmail dot com>
pkgname=pipr-bin
pkgver=0.0.14
pkgrel=1
conflicts=('pipr-git')
makedepends=()
depends=('bubblewrap')
optdepends=()
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
pkgdesc="A commandline-utility to interactively build complex shell pipelines"
license=('MIT')
source=('pipr::https://github.com/elkowar/pipr/releases/download/v0.0.14/pipr'
        'pipr-git::git+https://github.com/Elkowar/pipr.git')
url="https://github.com/Elkowar/pipr"
md5sums=('SKIP'
         'SKIP')


package() {
    cd "$srcdir"
    install -Dm 755 pipr -t "${pkgdir}/usr/bin"
    cd "$srcdir/pipr-git"
    install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}