mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
This conforms to wiki documentation regarding package creation: http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#license
24 lines
693 B
Plaintext
24 lines
693 B
Plaintext
# Contributor: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>
|
|
# Maintainer: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>
|
|
pkgname=apk-cron
|
|
pkgver=1.0
|
|
pkgrel=0
|
|
pkgdesc="Periodic software updates"
|
|
url=http://git.alpinelinux.org/cgit/aports/tree/testing/apk-cron
|
|
arch=noarch
|
|
license=GPL2
|
|
depends=apk-tools
|
|
source=apk
|
|
|
|
build() {
|
|
:
|
|
}
|
|
|
|
package() {
|
|
install -D -m 755 "$srcdir/apk" "$pkgdir/etc/periodic/daily/apk"
|
|
}
|
|
|
|
md5sums="5d53149d6eba6e849cb05046ded78f5e apk"
|
|
sha256sums="3cad83f2614d4b0fc360310052f28881209d748393f863f9730e36b23432b950 apk"
|
|
sha512sums="4f08405f356af61e19063e1b7e8cf7817636e0634a88e9551a4448a6786489dee6f8529b2b661ce96a351ca4773cf6e5a9564dffef9d4046430c7c60a34ff215 apk"
|