summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: bf0ef2d38b8bed888d2b4f7ee1a9a9866a2393f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Alexander Rødseth <rodseth@gmail.com>

pkgname=sys
pkgver=0.1
pkgrel=2
pkgdesc='Friendly systemctl wrapper'
arch=('any')
url='http://github.com/xyproto/sys/'
license=('GPL2')
depends=('bash' 'sudo')
source=("git://github.com/xyproto/sys.git#tag=$pkgver")
md5sums=('SKIP')

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

# vim:set ts=2 sw=2 et: