summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-07-24 17:21:29 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-07-24 17:21:29 -0500
commit00d58c4d2dfc9007f1728b033a1601f901dafe1e (patch)
tree7e92e0aa2ac170032222992ce53061b8b06c74b3 /pcr
parent37be06461f35ca8ff23a1339305b00eb6ee66c33 (diff)
downloadabslibre-00d58c4d2dfc9007f1728b033a1601f901dafe1e.tar.gz
abslibre-00d58c4d2dfc9007f1728b033a1601f901dafe1e.tar.bz2
abslibre-00d58c4d2dfc9007f1728b033a1601f901dafe1e.zip
Removing gist: This package is in community repo
Diffstat (limited to 'pcr')
-rw-r--r--pcr/gist/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/pcr/gist/PKGBUILD b/pcr/gist/PKGBUILD
deleted file mode 100644
index 23810d767..000000000
--- a/pcr/gist/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Maintainer (Arch): Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor (Arch): Chris van Dijk (quigybo) <quigybo at hotmail dot com>
-# Contributor (Arch): Scott Olson <scott at scott-olson dot org>
-
-pkgname=gist
-pkgver=4.4.0
-pkgrel=1
-pkgdesc="Potentially the best command line gister"
-url="https://github.com/defunkt/gist"
-arch=('any')
-license=('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=('e59f77d5461f8e9540294f13467feccd3b8f1840758d579a31aff700c4dd421d25d49305210c21f5165bdc966f7b5e2497f021789173b02157603299f05bcea4')
-
-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: