From 5bf6e33f05727924b1157f53aca151e3a9a15579 Mon Sep 17 00:00:00 2001 From: icp Date: Sun, 2 Oct 2022 12:23:20 +0530 Subject: [PATCH] searchfile: remove package cannot build since missing upstream --- srcpkgs/removed-packages/template | 1 + srcpkgs/searchfile/template | 24 ------------------------ 2 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 srcpkgs/searchfile/template diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template index 02b43cdad8b6..0bf4f688db0c 100644 --- a/srcpkgs/removed-packages/template +++ b/srcpkgs/removed-packages/template @@ -432,6 +432,7 @@ replaces=" rkt<=1.30.0_3 scantailor<=0.9.12.1_2 seahorse-sharing<=3.8.0_4 + searchfile<=0.0.0.20180623_2 seriespl<=2.3.5_2 simple-obfs<=0.0.5_2 sitecopy<=0.16.6_11 diff --git a/srcpkgs/searchfile/template b/srcpkgs/searchfile/template deleted file mode 100644 index b4b365c1b0f3..000000000000 --- a/srcpkgs/searchfile/template +++ /dev/null @@ -1,24 +0,0 @@ -# Template file for 'searchfile' -pkgname=searchfile -version=0.0.0.20180623 -revision=2 -_commit=b0413998217ae397e0642cc5d3666ed89e866f0c -wrksrc="${pkgname}-${_commit}" -build_style=go -go_import_path="github.com/lumi-sch/searchfile" -short_desc="Stop wasting your time looking for files that are somewhere" -maintainer="Orphaned " -license="MIT" -homepage="https://github.com/lumi-sch/searchfile" -distfiles="https://github.com/lumi-sch/searchfile/archive/${_commit}.tar.gz" -checksum=10bde7eb6a30ce5ebd01d257fd9cd89661ca86dc909d9d2c0b1f922abdfb6517 - -do_install() { - case "$XBPS_TARGET_MACHINE" in - aarch64*) vbin ${GOPATH}/bin/linux_arm64/${pkgname} ;; - arm*) vbin ${GOPATH}/bin/linux_arm/${pkgname} ;; - *) vbin ${GOPATH}/bin/${pkgname} ;; - esac - vlicense LICENSE -} -