[arch-commits] Commit in signify/repos (6 files)

Levente Polyak anthraxx at archlinux.org
Tue Oct 3 10:09:10 UTC 2017


    Date: Tuesday, October 3, 2017 @ 10:09:09
  Author: anthraxx
Revision: 261363

archrelease: copy trunk to community-i686, community-x86_64

Added:
  signify/repos/community-i686/
  signify/repos/community-i686/LICENSE
    (from rev 261362, signify/trunk/LICENSE)
  signify/repos/community-i686/PKGBUILD
    (from rev 261362, signify/trunk/PKGBUILD)
  signify/repos/community-x86_64/
  signify/repos/community-x86_64/LICENSE
    (from rev 261362, signify/trunk/LICENSE)
  signify/repos/community-x86_64/PKGBUILD
    (from rev 261362, signify/trunk/PKGBUILD)

---------------------------+
 community-i686/LICENSE    |   11 +++++++++++
 community-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 community-x86_64/LICENSE  |   11 +++++++++++
 community-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 4 files changed, 92 insertions(+)

Copied: signify/repos/community-i686/LICENSE (from rev 261362, signify/trunk/LICENSE)
===================================================================
--- community-i686/LICENSE	                        (rev 0)
+++ community-i686/LICENSE	2017-10-03 10:09:09 UTC (rev 261363)
@@ -0,0 +1,11 @@
+Permission to use, copy, modify, and distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copied: signify/repos/community-i686/PKGBUILD (from rev 261362, signify/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-10-03 10:09:09 UTC (rev 261363)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Adrian Perez de Castro <aperez at igalia.com>
+
+pkgname=signify
+pkgver=22
+pkgrel=2
+pkgdesc='OpenBSD tool to signs and verify signatures on files'
+url='https://github.com/aperezdc/signify'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('glibc' 'libbsd>=0.8')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aperezdc/${pkgname}/archive/v${pkgver}.tar.gz
+        LICENSE)
+sha512sums=('a8ddbb032dd95fbec2d032a155b90a9f93d109122f707dace219007c2d89e2ed1cfc33e7b32c542cbaa182ca5015bb33a93a814ea960628d209addc84eddfbb2'
+            'a587ef19d5481a81945475a2c1dde0fbf8022e0a28db06389c73df1b7118fb94399f5e4523b91df3d846707dcaffff482ae6e58902b6620bf7b2019a8e15efec')
+
+build () {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr \
+    LTO=1 \
+    EXTRA_CFLAGS="${CFLAGS}" \
+    EXTRA_LDFLAGS="${LDFLAGS}" \
+    GIT_TAG=''
+}
+
+package () {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr \
+    DESTDIR="${pkgdir}" \
+    GIT_TAG='' install
+  install -Dm 644 README.md CHANGELOG.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 "${srcdir}/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Copied: signify/repos/community-x86_64/LICENSE (from rev 261362, signify/trunk/LICENSE)
===================================================================
--- community-x86_64/LICENSE	                        (rev 0)
+++ community-x86_64/LICENSE	2017-10-03 10:09:09 UTC (rev 261363)
@@ -0,0 +1,11 @@
+Permission to use, copy, modify, and distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copied: signify/repos/community-x86_64/PKGBUILD (from rev 261362, signify/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-10-03 10:09:09 UTC (rev 261363)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Adrian Perez de Castro <aperez at igalia.com>
+
+pkgname=signify
+pkgver=22
+pkgrel=2
+pkgdesc='OpenBSD tool to signs and verify signatures on files'
+url='https://github.com/aperezdc/signify'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('glibc' 'libbsd>=0.8')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aperezdc/${pkgname}/archive/v${pkgver}.tar.gz
+        LICENSE)
+sha512sums=('a8ddbb032dd95fbec2d032a155b90a9f93d109122f707dace219007c2d89e2ed1cfc33e7b32c542cbaa182ca5015bb33a93a814ea960628d209addc84eddfbb2'
+            'a587ef19d5481a81945475a2c1dde0fbf8022e0a28db06389c73df1b7118fb94399f5e4523b91df3d846707dcaffff482ae6e58902b6620bf7b2019a8e15efec')
+
+build () {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr \
+    LTO=1 \
+    EXTRA_CFLAGS="${CFLAGS}" \
+    EXTRA_LDFLAGS="${LDFLAGS}" \
+    GIT_TAG=''
+}
+
+package () {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr \
+    DESTDIR="${pkgdir}" \
+    GIT_TAG='' install
+  install -Dm 644 README.md CHANGELOG.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 "${srcdir}/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list