summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5343ff8871cef231c370f9133f944e9f37aa5440 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Iain Earl <iain at itmecho dot com>

pkgname='navi-bin'
pkgdesc='An interactive cheatsheet tool for the command-line'
pkgver='2.3.0'
pkgrel='1'
arch=('x86_64')
url='https://github.com/denisidoro/navi'
license=('Apache 2.0')
depends=('fzf')
optdepends=()
makedepends=()
checkdepends=()
provides=('navi')
conflicts=('navi')
source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/denisidoro/navi/releases/download/v${pkgver}/navi-v${pkgver}-x86_64-unknown-linux-musl.tar.gz")
sha256sums=('4962619e40773026e85cc0bbae325151ec1bc6f5894e22e6866eeb3d7c0eaff9')

package() {
    install -Dm755 "navi" "$pkgdir/usr/bin/navi"
}