growlight: update to 1.2.20.
This commit is contained in:
parent
1a7fc2348a
commit
71eb232118
1 changed files with 7 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'growlight'
|
# Template file for 'growlight'
|
||||||
pkgname=growlight
|
pkgname=growlight
|
||||||
version=1.2.18
|
version=1.2.21
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="$(vopt_bool zfs USE_LIBZFS)"
|
configure_args="$(vopt_bool zfs USE_LIBZFS)"
|
||||||
hostmakedepends="pkg-config pandoc"
|
hostmakedepends="pkg-config pandoc"
|
||||||
|
@ -14,7 +14,11 @@ maintainer="mobinmob <mobinmob@disroot.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://nick-black.com/dankwiki/index.php/Growlight"
|
homepage="https://nick-black.com/dankwiki/index.php/Growlight"
|
||||||
distfiles="https://github.com/dankamongmen/growlight/archive/v${version}.tar.gz"
|
distfiles="https://github.com/dankamongmen/growlight/archive/v${version}.tar.gz"
|
||||||
checksum=c6c08556e6838226b81300e177c49d7a382e9eb30cfdb19f99790106e426a032
|
checksum=a225266b98a7c438a04d79951b3a58834027fcc6174baa31e315265b2e7b1d30
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
vsed -i 's#sbin#bin#' CMakeLists.txt
|
||||||
|
}
|
||||||
|
|
||||||
build_options="zfs"
|
build_options="zfs"
|
||||||
desc_option_zfs="Build with ZFS Support"
|
desc_option_zfs="Build with ZFS Support"
|
||||||
|
|
Loading…
Reference in a new issue