New package: void-release-keys-1
This commit is contained in:
parent
50d09501fc
commit
5b8d05cb7b
|
@ -0,0 +1,2 @@
|
|||
untrusted comment: This key is only valid for releases with date 20191109.
|
||||
RWSFkPfJ0Jkg3EIuGjZoCn1/GSChINr/WHdJcdAh1s0d5P+C+ejdCC64
|
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue