From f1eabed0fec2525fdd3eebf1a960bf6cdf4c4891 Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Sun, 18 Feb 2018 18:56:22 +0000 Subject: testing/fzf: move to community --- testing/fzf/APKBUILD | 51 -------------------------------------- testing/fzf/no-glide-install.patch | 11 -------- 2 files changed, 62 deletions(-) delete mode 100644 testing/fzf/APKBUILD delete mode 100644 testing/fzf/no-glide-install.patch (limited to 'testing') diff --git a/testing/fzf/APKBUILD b/testing/fzf/APKBUILD deleted file mode 100644 index 810fc47deb..0000000000 --- a/testing/fzf/APKBUILD +++ /dev/null @@ -1,51 +0,0 @@ -# Contributor: Kevin Daudt -# Maintainer: Kevin Daudt -pkgname=fzf -pkgver="0.17.3" -pkgrel=0 -pkgdesc="A command-line fuzzy finder" -url="https://github.com/junegunn/fzf" -arch="x86 x86_64" -license="MIT" -makedepends="go glide bash tmux" -subpackages="$pkgname-tmux::noarch" -source="$pkgname-$pkgver.tar.gz::https://github.com/junegunn/fzf/archive/$pkgver.tar.gz - no-glide-install.patch" -builddir="$srcdir/$pkgname-$pkgver" - -prepare() { - default_prepare - - export GOPATH="$startdir" - glide install -} - -build() { - cd "$builddir" - make -} - -check() { - cd "$builddir" - make test -} - -package() { - cd "$builddir" - - # Just copies the target binary to $buildir/bin - make install - - install -Dm0755 bin/fzf "$pkgdir"/usr/bin/fzf -} - -tmux() { - depends="tmux bash" - description="Helper script to start fzf in a tmux pane" - - cd "$builddir" - install -Dm0755 bin/fzf-tmux "$subpkgdir"/usr/bin/fzf-tmux -} - -sha512sums="2713ef7adb0dd278ac0a0c362c5cd23e7b0f1867efdfa964ad1f63f48c7f518e0cf96cc0b2571487585a0271fb0d2398edfebdbe603ec2bb42d3bd87febd2156 fzf-0.17.3.tar.gz -daa16985079e3b55ccf5e74dde356e1e13e43865c9809e432b5d272b053f541f1eacd402f3b04957ee855fb8c0ca1820b507d08e408f55dc80004990a949874c no-glide-install.patch" diff --git a/testing/fzf/no-glide-install.patch b/testing/fzf/no-glide-install.patch deleted file mode 100644 index 1704ee9e22..0000000000 --- a/testing/fzf/no-glide-install.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -99,7 +99,7 @@ - ln -sf $(ROOT_DIR)/vendor $(VENDOR_LINK) - - vendor: $(GLIDE_YAML) -- go get -u github.com/Masterminds/glide && $(GOPATH)/bin/glide install && touch $@ -+ touch $@ - - test: $(SOURCES) vendor - SHELL=/bin/sh GOOS= go test -v -tags "$(TAGS)" \ -- cgit v1.2.3