aboutsummaryrefslogtreecommitdiffstats
path: root/main/command-not-found
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-16 02:26:02 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-23 12:07:30 -0300
commit41ab224df12b8487004a1522b4f671680c082954 (patch)
tree9ebbc4ea5d1cfb82757ca1fd862b67e444a712a2 /main/command-not-found
parent1f40937c55d742c7ae05db34c966c3dd2d6595e7 (diff)
downloadaports-41ab224df12b8487004a1522b4f671680c082954.tar.bz2
aports-41ab224df12b8487004a1522b4f671680c082954.tar.xz
community/*: move lots of stuff from main and modernize
Diffstat (limited to 'main/command-not-found')
-rw-r--r--main/command-not-found/APKBUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/main/command-not-found/APKBUILD b/main/command-not-found/APKBUILD
index 3102a9633d..137947fdc5 100644
--- a/main/command-not-found/APKBUILD
+++ b/main/command-not-found/APKBUILD
@@ -6,16 +6,10 @@ pkgdesc="friendly command not found handling"
url="https://github.com/kaniini/command-not-found"
arch="noarch"
license="MIT"
-depends=""
-makedepends=""
-install=""
-subpackages="" # eventually $pkgname-zsh and others
source="command-not-found-$pkgver.tar.gz::https://github.com/kaniini/command-not-found/archive/v$pkgver/command-not-found-$pkgver.tar.gz"
-builddir="$srcdir/command-not-found-$pkgver"
options="!check" # no testsuite
package() {
- cd "$builddir"
install -d -D -m755 "$pkgdir"/usr/libexec "$pkgdir"/etc/profile.d/
install -m755 command-not-found.sh "$pkgdir"/usr/libexec/command-not-found
install -m755 profiles/command-not-found.ash "$pkgdir"/etc/profile.d/command-not-found.sh