aports/data/cherry-gmod/APKBUILD
Alex Denes 8df9fdc4ab
Reorganization, automation and more
- More templating and inheritance
- New commands
+ rx_replace
+ rx_install
+ rx_cpkgdir
- More transparency with secrets being sourced as variables and replaced
- Modularization of configs
+ telegraf
+ nginx (partial)
+ fastd
+ wireguard
+ unbound
- Split of unbound configurations and bind zones
- Bumping of key versions (rolling keys)
+ ZSK/KSK
+ OpenDKIM
- Relaxed permission defaults
and other smaller tweaks...
2021-06-01 23:17:41 +00:00

28 lines
807 B
Plaintext

# Contributor: Alex Denes <caskd@redxen.eu>
# Maintainer: Alex Denes <caskd@redxen.eu>
. ../APKBUILD-data.template
pkgver=2021.06.01.03
pkgrel=0
_commit="ae7a7a01579178da91bb176e744d3d90d9b2e484"
url="https://git.redxen.eu/IPTG/GMOD-Loadscreen"
depends="redxen-config-nginx-homepage"
makedepends="nodejs-less"
source="https://git.redxen.eu/IPTG/GMOD-Loadscreen/archive/$_commit.tar.gz"
builddir="$srcdir/gmod-loadscreen"
build() {
lessc css/main.less > css/main.css
}
package() {
mkdir -p "$(rx_cpkgdir)"/usr/share/redxen/homepage/pub
mv "$builddir" "$(rx_cpkgdir)"/usr/share/redxen/homepage/pub/cherry
}
sha512sums="
e1ef7fcc271766493f2011aaeb614db55019015d1274552ec7f326c209bcf57f47f704a2f0149fdc43c6c1926717fadceed4b1ff5228c3598280ba485ce342f3 ae7a7a01579178da91bb176e744d3d90d9b2e484.tar.gz
"