void-packages/srcpkgs/grub-btrfs/template
Đoàn Trần Công Danh 9978e00086 srcpkgs: remove patch_args=-Np1 en-mass
git grep -l '^patch_args=.*p1' 'srcpkgs/*/template'  |
	xargs -r sed -i '/^patch_args=/d'
2021-06-20 13:17:29 +07:00

25 lines
656 B
Bash

# Template file for 'grub-btrfs'
pkgname=grub-btrfs
version=4.9
revision=1
build_style=gnu-makefile
depends="grub bash"
short_desc="Include btrfs snapshots at Grub menu"
maintainer="Anjandev Momi <anjan@momi.ca>"
license="GPL-3.0-or-later"
homepage="https://github.com/Antynea/grub-btrfs"
distfiles="https://github.com/Antynea/grub-btrfs/archive/v${version}.tar.gz"
checksum=62461133c697643e98a608239773f500edee3e4055c5729fef6639d1cd610243
post_install() {
rm -rf -- "${DESTDIR}"/usr/lib/systemd
}
grub-btrfs-runit_package() {
depends="wendy ${sourcepkg}>=${version}_${revision}"
short_desc+=" - runit service"
pkg_install() {
vsv grub-btrfs
}
}