summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 06fe461146a5d3510d71cf311b9a0c7468d8562d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: Maurice Zhou <ja at apvc punkt uk>

pkgname=bieaz-git
pkgver=r50.6150fb3
pkgrel=1
pkgdesc="boot environment manager for ZFS"
arch=(any)
url="https://gitlab.com/m_zhou/bieaz"
license=('GPLv3+')
depends=('coreutils' 'awk' 'sed' 'grep' 'sh' 'grub')
backup=('etc/bieaz.cfg' )
source=(
        "bieaz-git::git+https://gitlab.com/m_zhou/bieaz"
)
package() {
        cd "${pkgname}"
        make DESTDIR="$pkgdir" install
}
sha256sums=('SKIP')

pkgver() {
  cd "$pkgname"
  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
conflicts=('bieaz')
provides=('bieaz')