[arch-commits] Commit in gpg-crypter/repos (3 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 14:13:30 UTC 2020


    Date: Tuesday, July 7, 2020 @ 14:13:29
  Author: felixonmars
Revision: 658765

archrelease: copy trunk to community-staging-x86_64

Added:
  gpg-crypter/repos/community-staging-x86_64/
  gpg-crypter/repos/community-staging-x86_64/PKGBUILD
    (from rev 658762, gpg-crypter/trunk/PKGBUILD)
  gpg-crypter/repos/community-staging-x86_64/gpg-crypter.changelog
    (from rev 658763, gpg-crypter/trunk/gpg-crypter.changelog)

-----------------------+
 PKGBUILD              |   29 +++++++++++++++++++++++++++++
 gpg-crypter.changelog |    2 ++
 2 files changed, 31 insertions(+)

Copied: gpg-crypter/repos/community-staging-x86_64/PKGBUILD (from rev 658762, gpg-crypter/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 14:13:29 UTC (rev 658765)
@@ -0,0 +1,29 @@
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Roman Kyrylych <Roman.Kyrylych at gmail.com>
+# Contributor: lp76 <l.peduto at gmail.com>
+
+pkgname=gpg-crypter
+pkgver=0.4.1
+pkgrel=4
+pkgdesc="A graphical front-end to GnuPG(GPG) using the GTK3 toolkit and libgpgme"
+arch=('x86_64')
+url="http://gpg-crypter.sourceforge.net/"
+license=('GPL2')
+depends=('gtk3' 'gpgme')
+makedepends=('intltool')
+changelog=$pkgname.changelog
+source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+sha512sums=('300f1c313fb9f6cc5a1def24e2783cd4b40a8ed1f81b35201399374817b314c1e21bb0fd1dda10ba78f6dc6ffdbf5b26ffb57734eb1cb644650db7f97de7bb23')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Copied: gpg-crypter/repos/community-staging-x86_64/gpg-crypter.changelog (from rev 658763, gpg-crypter/trunk/gpg-crypter.changelog)
===================================================================
--- community-staging-x86_64/gpg-crypter.changelog	                        (rev 0)
+++ community-staging-x86_64/gpg-crypter.changelog	2020-07-07 14:13:29 UTC (rev 658765)
@@ -0,0 +1,2 @@
+2012-11-14 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* gpg-crypter 0.4.1-1



More information about the arch-commits mailing list