[arch-commits] Commit in fzy/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 16:22:42 UTC 2020
Date: Tuesday, July 7, 2020 @ 16:22:42
Author: felixonmars
Revision: 659230
archrelease: copy trunk to community-staging-x86_64
Added:
fzy/repos/community-staging-x86_64/
fzy/repos/community-staging-x86_64/PKGBUILD
(from rev 659229, fzy/trunk/PKGBUILD)
----------+
PKGBUILD | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
Copied: fzy/repos/community-staging-x86_64/PKGBUILD (from rev 659229, fzy/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 16:22:42 UTC (rev 659230)
@@ -0,0 +1,23 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: John Hawthorn (john.hawthorn at gmail.com)
+pkgname=fzy
+pkgver=1.0
+pkgrel=2
+pkgdesc="A better fuzzy finder"
+url="https://github.com/jhawthorn/fzy"
+arch=('x86_64')
+license=('MIT')
+depends=('glibc')
+source=(https://github.com/jhawthorn/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('de5ed1af035260f4ae550c53b08c4ff302c978350784cbfd2981d1691f55d9c0f26b9333c74adea939b3f4578dd47e66ee99112e10afc5497c64011827d19dbc')
+
+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
+}
More information about the arch-commits
mailing list