[arch-commits] Commit in gist/repos/community-any (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Sun Jan 14 23:32:18 UTC 2018


    Date: Sunday, January 14, 2018 @ 23:32:01
  Author: anthraxx
Revision: 282278

archrelease: copy trunk to community-any

Added:
  gist/repos/community-any/PKGBUILD
    (from rev 282277, gist/trunk/PKGBUILD)
Deleted:
  gist/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   54 ++++++++++++++++++++++++++----------------------------
 1 file changed, 26 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-14 23:31:38 UTC (rev 282277)
+++ PKGBUILD	2018-01-14 23:32:01 UTC (rev 282278)
@@ -1,28 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Chris van Dijk (quigybo) <quigybo at hotmail dot com>
-# Contributor: Scott Olson <scott at scott-olson dot org>
-
-pkgname=gist
-pkgver=4.6.1
-pkgrel=1
-pkgdesc="Potentially the best command line gister"
-url="https://github.com/defunkt/gist"
-arch=('any')
-license=('custom:MIT')
-depends=('ruby')
-optdepends=(
-  "xclip: put pasted gist's url into X selection automagically"
-  "xsel: put pasted gist's url into X selection automagically"
-)
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/defunkt/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('25e80a2cf17c271acc1ad40600ddd3573092c34ae2dadfef5ba7385ac7d64e7798fdfe61a21356d8d5fe91e40ccd62f7d3defcd4a36acfa4bf61ec11c864e432')
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 build/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm 644 build/${pkgname}.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  install -Dm 644 LICENSE.MIT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gist/repos/community-any/PKGBUILD (from rev 282277, gist/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-14 23:32:01 UTC (rev 282278)
@@ -0,0 +1,26 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Chris van Dijk (quigybo) <quigybo at hotmail dot com>
+# Contributor: Scott Olson <scott at scott-olson dot org>
+
+pkgname=gist
+pkgver=4.6.2
+pkgrel=1
+pkgdesc='Potentially the best command line gister'
+url='https://github.com/defunkt/gist'
+arch=('any')
+license=('custom:MIT')
+depends=('ruby')
+optdepends=("xclip: put pasted gist's url into X selection automagically"
+            "xsel: put pasted gist's url into X selection automagically")
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/defunkt/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('8d3b06c757e7cbb20f177c7d66437c8d0a82c5d29e7710b681c26bc2aeaeb07f1585b15a93fc717214dd638df84e175630da0056fc6d1e6e57bd88f669550ad7')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 build/${pkgname} -t "${pkgdir}/usr/bin"
+  install -Dm 644 build/${pkgname}.1 -t "${pkgdir}/usr/share/man/man1"
+  install -Dm 644 LICENSE.MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list