summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0f518f7794df0df2d046f6fd4c69ab732b0adaf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Chris Down <chris@chrisdown.name>

pkgname=bats
pkgver=1.2.0
pkgrel=1
pkgdesc='Battery status in the console'
url="http://github.com/cdown/$pkgname"
arch=('any')
license=('Public Domain')
depends=()

source=("https://github.com/cdown/${pkgname}/archive/${pkgver}.zip")
md5sums=('90e0cf682045908caa6357c01ea2405b')

package() {
    install -D -m755 \
        "${srcdir?}/$pkgname-$pkgver/bats" \
        "${pkgdir?}/usr/bin/bats"
}