Date: Friday, October 20, 2017 @ 12:59:45
  Author: svenstaro
Revision: 263723

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

Added:
  fzy/repos/community-i686/
  fzy/repos/community-i686/PKGBUILD
    (from rev 263722, fzy/trunk/PKGBUILD)
  fzy/repos/community-x86_64/
  fzy/repos/community-x86_64/PKGBUILD
    (from rev 263722, fzy/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   23 +++++++++++++++++++++++
 community-x86_64/PKGBUILD |   23 +++++++++++++++++++++++
 2 files changed, 46 insertions(+)

Copied: fzy/repos/community-i686/PKGBUILD (from rev 263722, fzy/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2017-10-20 12:59:45 UTC (rev 263723)
@@ -0,0 +1,23 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: John Hawthorn ([email protected])
+pkgname=fzy
+pkgver=0.9
+pkgrel=1
+pkgdesc="A better fuzzy finder"
+url="https://github.com/jhawthorn/fzy";
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('glibc')
+source=(https://github.com/jhawthorn/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('71a44bc3bbef3a2d82476a69b5c9e28753e760bbb8d453a9e44b57f34a79dd8ebcd510a869dfeae95f522ba6ccb4b8f10f79c081ce6bc6cfae9a41f4071fefc0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}/"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/"
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: fzy/repos/community-x86_64/PKGBUILD (from rev 263722, 
fzy/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-20 12:59:45 UTC (rev 263723)
@@ -0,0 +1,23 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: John Hawthorn ([email protected])
+pkgname=fzy
+pkgver=0.9
+pkgrel=1
+pkgdesc="A better fuzzy finder"
+url="https://github.com/jhawthorn/fzy";
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('glibc')
+source=(https://github.com/jhawthorn/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('71a44bc3bbef3a2d82476a69b5c9e28753e760bbb8d453a9e44b57f34a79dd8ebcd510a869dfeae95f522ba6ccb4b8f10f79c081ce6bc6cfae9a41f4071fefc0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}/"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/"
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Reply via email to