summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4c4d2082a0c3b4d36987382e016922928a9b4f19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Steve Engledow <steve@offend.me.uk>
pkgname=maur
pkgver=0.1
pkgrel=1
pkgdesc='A minimal AUR helper'
url='http://github.com/stilvoid/maur'
arch=(any)
license=('MIT')
depends=('bash')
makedepends=('git')
source=('maur::git+https://github.com/stilvoid/maur.git')
sha256sums=('SKIP')

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