summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorprofessorkaos642016-11-02 13:41:24 -0400
committerprofessorkaos642016-11-02 13:41:24 -0400
commit146dfb2786c13f6133b8ec79015aa034cd7f0d8f (patch)
tree5dd359a2589bfcab2a2a9d00ed6b33f012d770e1 /PKGBUILD
downloadaur-146dfb2786c13f6133b8ec79015aa034cd7f0d8f.tar.gz
initial upload
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..2b73b9e55e67
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: Michael DeGuzis <mdeguzis@gmail.com>
+
+pkgname=linuxmint-keyring
+pkgver=2016.05.26
+pkgrel=1
+pkgdesc="GnuPG keys of the Linux Mint archive"
+arch=('any')
+url="http://packages.linuxmint.com/pool/main/l/linuxmint-keyring/"
+license=('GPL')
+depends=('gnupg')
+source=("http://packages.linuxmint.com/pool/main/l/linuxmint-keyring/linuxmint-keyring_${pkgver}_all.deb")
+sha256sums=('b956df964925f3aeb9e8f4cc935e0514efa0352570773e1551b0cda878fcb53d')
+
+package() {
+ tar xvf "${srcdir}/data.tar.xz" -C "${pkgdir}/"
+}