aports/cron/gitea/APKBUILD

23 lines
619 B
Plaintext
Raw Normal View History

2020-12-23 13:10:22 +00:00
# Contributor: Alex Denes <caskd@redxen.eu>
# Maintainer: Alex Denes <caskd@redxen.eu>
pkgname=redxen-cron-gitea
2020-12-27 13:04:43 +00:00
pkgver=2020.12.27
2020-12-23 13:10:22 +00:00
pkgrel=0
pkgdesc="Gitea backup maintenance scripts"
url="https://git.redxen.eu/RedXen"
arch="noarch"
license="none"
install_if="redxen-config-gitea"
depends="dcron"
source="
cron-daily
"
options="!check"
package() {
install -dm700 "$pkgdir"/gitea/snapshots
install -Dm544 cron-daily "$pkgdir"/etc/periodic/daily/snapshot-gitea
}
2020-12-29 18:30:07 +00:00
sha512sums="1628ddf15426b3f6aeb03d81e2f12d701925f943ddf77da2b9af0b44c10baaf5be6f1f8a9a2bff17d09242127dde54d9fdf06bdc3826fb8ff4e35ec28f3da644 cron-daily"