New package: void-release-keys-1

This commit is contained in:
Michael Aldridge 2020-01-19 15:36:16 -08:00 committed by Michael Aldridge
parent 50d09501fc
commit 5b8d05cb7b
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,2 @@
untrusted comment: This key is only valid for releases with date 20191109.
RWSFkPfJ0Jkg3EIuGjZoCn1/GSChINr/WHdJcdAh1s0d5P+C+ejdCC64

View File

@ -0,0 +1,15 @@
# Template file for 'void-release-keys'
pkgname=void-release-keys
version=1
revision=1
archs=noarch
short_desc="Void Linux Release Keys"
maintainer="Void Release Engineering <releases@voidlinux.org>"
license="Public domain"
homepage="http://www.voidlinux.org"
do_install() {
for _i in ${FILESDIR}/* ; do
vinstall $_i 644 etc/signify/
done
}