[arch-commits] Commit in snap-pac/repos (2 files)

NicoHood nicohood at archlinux.org
Thu Feb 9 22:12:45 UTC 2017


    Date: Thursday, February 9, 2017 @ 22:12:44
  Author: nicohood
Revision: 211627

archrelease: copy trunk to community-testing-any

Added:
  snap-pac/repos/community-testing-any/
  snap-pac/repos/community-testing-any/PKGBUILD
    (from rev 211626, snap-pac/trunk/PKGBUILD)

----------+
 PKGBUILD |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

Copied: snap-pac/repos/community-testing-any/PKGBUILD (from rev 211626, snap-pac/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2017-02-09 22:12:44 UTC (rev 211627)
@@ -0,0 +1,22 @@
+# Maintainer: NicoHood <archlinux {cat} nicohood {dog} de>
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: Wes Barnett <wes at wbarnett dot us>
+
+pkgname=snap-pac
+pkgver=0.9
+pkgrel=1
+pkgdesc="Pacman hooks that use snapper to create pre/post btrfs snapshots like openSUSE's YaST"
+arch=('any')
+url="https://github.com/wesbarnett/snap-pac"
+license=('GPL')
+depends=('snapper' 'pacman')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"
+        "${pkgname}-${pkgver}.tar.gz.sig::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig")
+validpgpkeys=('8535CEF3F3C38EE69555BF67E4B5E45AA3B8C5C3')
+sha512sums=('7d80fcbed8b02cdc3e21a8f4137eee0f3f9fbd374660b7344853afea458d1ce7e9731b833eb521e9802782593f868d293b93ced8279b4c3e291004e01eda59ce'
+            'SKIP')
+
+package() {
+    cd "${pkgname}"
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list