summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 333035260d2b7f50f0a5befb1f238c85365d3f37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: AcidHub <acidhub@craft.net.br>

pkgname=bash-pipes
pkgver=1.2
pkgrel=1
pkgdesc='Pipes screensaver for bash'
arch=('any')
url='https://github.com/BlackXT/pipes.sh'
license=('GPL')
depends=('bash')
source=("https://github.com/BlackXT/pipes.sh/archive/v$pkgver.tar.gz")
sha512sums=('88e2457f5072c4d13e9afc44964e75b84b0bcee3d80cd439e9ca733ca0d2108fbd998bbd73c5333679b42a6681b68e0193c7ff707070163de93e527994fe0d96')

package() {
    cd pipes.sh-$pkgver
    make DESTDIR="$pkgdir" PREFIX=/usr install
}