summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 22cb93fb1d1cdf3d1cea3b975e1688d63aea9f34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: DumbMahreeo < dumbmahreeo (at) duck (dot) com >
# (This email address can only receive emails, not reply to them)
pkgname=commando-bin
pkgver=0.6.0
pkgrel=3
pkgdesc="A fast, locate-like utility to search for commands in Arch Linux repos"
arch=('x86_64')
url="https://github.com/DumbMahreeo/commando"
license=('MIT')
depends=('libarchive')
provides=('commando')
conflicts=('commando')
source=("https://github.com/DumbMahreeo/commando/releases/download/v${pkgver}/commando-bin.gz")
sha256sums=("e06c6eaa1e8e9a0bcd0bbd15b155d3c31342de6bad2e2c1d85c489f2f98c03a2")

package() {
	cd "$srcdir"
	install -Dm755 "commando-bin" "$pkgdir/usr/bin/commando"
}