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

NicoHood nicohood at archlinux.org
Sat Feb 3 09:15:39 UTC 2018


    Date: Saturday, February 3, 2018 @ 09:15:38
  Author: nicohood
Revision: 288762

archrelease: copy trunk to community-testing-any

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

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

Copied: snap-pac/repos/community-testing-any/PKGBUILD (from rev 288761, snap-pac/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2018-02-03 09:15:38 UTC (rev 288762)
@@ -0,0 +1,23 @@
+# Maintainer: NicoHood <archlinux {cat} nicohood {dog} de>
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: Wes Barnett <wes at wbarnett dot us>
+
+pkgname=snap-pac
+pkgver=2.0
+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' 'btrfs-progs' 'procps-ng')
+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")
+backup=('etc/snap-pac.conf')
+validpgpkeys=('8535CEF3F3C38EE69555BF67E4B5E45AA3B8C5C3')
+sha512sums=('b0ba22b4844c1eab33a20b49e0b6a32b2ccbefcd9fb8b5346ee5f768742a7ab55ae23fa1aebc5fa7c10c90debc4c8728d76eb3f57ebab756ae43f17feb545d3a'
+            'SKIP')
+
+package() {
+    cd "${pkgname}"
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list