18 lines
625 B
Bash
18 lines
625 B
Bash
# Template file for 'zfsbootmenu'
|
|
pkgname=zfsbootmenu
|
|
version=1.3.1
|
|
revision=1
|
|
archs=noarch
|
|
build_style=gnu-makefile
|
|
conf_files="/etc/zfsbootmenu/config.ini"
|
|
depends="dracut zfs fzf kexec-tools bash pigz mbuffer perl-Config-IniFiles perl-Sort-Versions"
|
|
short_desc="ZFS Boot Environment menu, implemented in Dracut"
|
|
maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/zdykstra/zfsbootmenu"
|
|
distfiles="https://github.com/zdykstra/zfsbootmenu/archive/v${version}.tar.gz"
|
|
checksum=3a0c84362ef204d180aefae4c73363231ad5b68c88f83de8b823d824b3afb445
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|