summaryrefslogtreecommitdiff
path: root/user/which
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-01-12 10:10:22 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-01-12 10:10:22 +0000
commit60669ea0bb74adb5892714a8580e984eb446fb53 (patch)
tree39f180812d70ebb8bdb3b029d1c0e28dd943944b /user/which
parent354983b17ddd6c04a3da19084101f0386df259d1 (diff)
downloadpackages-60669ea0bb74adb5892714a8580e984eb446fb53.tar.gz
packages-60669ea0bb74adb5892714a8580e984eb446fb53.tar.bz2
packages-60669ea0bb74adb5892714a8580e984eb446fb53.tar.xz
packages-60669ea0bb74adb5892714a8580e984eb446fb53.zip
user: Move three packages to legacy/
dmenu: Replaced by rofi. libxfont: No rdeps; no longer used in-tree. which: Replaced by debianutils-which.
Diffstat (limited to 'user/which')
-rw-r--r--user/which/APKBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/user/which/APKBUILD b/user/which/APKBUILD
deleted file mode 100644
index ab0d0a5bc..000000000
--- a/user/which/APKBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# Contributor: Stuart Cardall <developer@it-offshore.co.uk>
-# Maintainer: Kiyoshi Aman <adelie@aerdan.vulpine.house>
-pkgname=which
-pkgver=2.21
-pkgrel=2
-pkgdesc="A utility to show the full path of commands"
-url="http://savannah.gnu.org/projects/which"
-arch="all"
-license="GPL-2.0+ AND LGPL-2.0+ AND GPL-3.0+"
-makedepends=""
-subpackages="$pkgname-doc"
-source="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz"
-provider_priority=1
-
-build() {
- cd "$builddir"
- ./configure \
- --build=$CBUILD \
- --host=$CHOST \
- --prefix=/usr
- make
-}
-
-check() {
- cd "$builddir"
- make check
-}
-
-package() {
- cd "$builddir"
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="d2f04a5c5291f2d7d1226982da7cf999d36cfe24d3f7bda145508efcfb359511251d3c68b860c0ddcedd66b15a0587b648a35ab6d1f173707565305c506dfc61 which-2.21.tar.gz"