mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-27 14:15:09 +02:00
18 lines
623 B
Bash
18 lines
623 B
Bash
# Template file for 'zfsbootmenu'
|
|
pkgname=zfsbootmenu
|
|
version=1.2
|
|
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=764f51afcbf1b404cf8e3925d3fd1d45f87a9033eeb290b1d0a6d42a86c94809
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|