[arch-commits] Commit in debian-archive-keyring/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 17:11:05 UTC 2020
Date: Tuesday, July 7, 2020 @ 17:11:05
Author: felixonmars
Revision: 659597
archrelease: copy trunk to community-staging-any
Added:
debian-archive-keyring/repos/community-staging-any/
debian-archive-keyring/repos/community-staging-any/PKGBUILD
(from rev 659595, debian-archive-keyring/trunk/PKGBUILD)
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Copied: debian-archive-keyring/repos/community-staging-any/PKGBUILD (from rev 659595, debian-archive-keyring/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-07-07 17:11:05 UTC (rev 659597)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=debian-archive-keyring
+pkgver=2019.1
+pkgrel=2
+pkgdesc="GnuPG archive keys of the Debian archive"
+arch=('any')
+url="https://packages.debian.org/sid/debian-archive-keyring"
+license=('GPL')
+depends=('gnupg')
+makedepends=('jetring')
+source=("https://mirrors.kernel.org/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_$pkgver.tar.xz")
+sha512sums=('9d0e56d728288e48f57fcefd7e95edfca6b7647f9d65208f6b4cae46e3635b0e5aa00de621d383072a2b047a7eb9b81097ea37975a15cdf4ca88e232c43c222c')
+
+build() {
+ cd $pkgname
+ make -j1
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list