summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2587ec7cbb1e7d799672da078a78d8f21b51b046 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Mainintainer : Lucas Rooyakkers <lucas dot rooyakkers at pm dot me>
pkgname=up-bin
pkgver=0.4
pkgrel=1
license=('Apache')
pkgdesc="Ultimate Plumber is a tool for writing Linux pipes with instant live preview"
url="https://github.com/akavel/up"
arch=('x86_64')
provides=('up')
conflicts=('up-git' 'up')
source_x86_64=("${url}/releases/download/v${pkgver}/up")
md5sums_x86_64=('14bab5d22144c0a7c802b651de29fbac')

package() {
  install -Dm755 "up" "$pkgdir/usr/bin/up"
}