summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d1f612fcd69069f8a9be1d6cf147ec66d29d9e1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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=5
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' 'openssl-1.1')
provides=('commando')
conflicts=('commando')
source=("https://github.com/DumbMahreeo/commando/releases/download/v${pkgver}/commando-bin.gz")
sha256sums=('e06c6eaa1e8e9a0bcd0bbd15b155d3c31342de6bad2e2c1d85c489f2f98c03a2')
install='commando.install'

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