Skip to content
Snippets Groups Projects
Commit eb7fae1c authored by Natanael Copa's avatar Natanael Copa
Browse files

main/alpine-base: release 2.1.0_rc2

fixes #418
parent 05c65318
No related branches found
Tags v3.11.0_rc3
No related merge requests found
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=alpine-base
pkgver=2.0
pkgrel=3
pkgver=2.1.0_rc2
pkgrel=0
pkgdesc="Meta package for minimal alpine base"
url="http://alpinelinux.org"
license="GPL"
......@@ -16,7 +16,12 @@ source="http://dev.alpinelinux.org/~ncopa/alpine/alpine-devel@lists.alpinelinux.
"
build() {
return 0
}
package() {
mkdir -p "$pkgdir"/etc/apk/keys
install -m644 "$srcdir"/*.pub "$pkgdir"/etc/apk/keys/
echo $pkgver > "$pkgdir"/etc/alpine-release
}
md5sums="75ee19ea2b03c12bc171647edc677f6f alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment