summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a9142cd505799e66ba1f2d41bc6ad3ce52c6df2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Maurice Zhou <ja at apvc punkt uk>

pkgname=bieaz
pkgver=0.0.9
pkgrel=1
pkgdesc="Pure shell script Root on ZFS boot environment manager with GRUB integration for Linux"
arch=(any)
url="https://gitlab.com/m_zhou/bieaz"
license=('GPL')
depends=('coreutils' 'util-linux' 'zfs')
optdepends=('grub: select boot environment at boot')
source=("$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")

package() {
	make DESTDIR="$pkgdir/" install
}
md5sums=('e2d4f1dee353861dea389d8d77a6569b')