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

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

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