16 lines
500 B
Bash
16 lines
500 B
Bash
# Template file for 'grub-btrfs'
|
|
pkgname=grub-btrfs
|
|
version=4.8
|
|
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=78ba3c0e5c998317785d07409c6aaebb269fad1fe97794c95a0842f012676794
|
|
|
|
post_install() {
|
|
rm -rf -- "${DESTDIR}"/usr/lib/systemd
|
|
}
|