19 lines
557 B
Bash
19 lines
557 B
Bash
# Template file for 'nnn'
|
|
pkgname=nnn
|
|
version=1.8
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
hostmakedepends="pkg-config"
|
|
makedepends="readline-devel"
|
|
short_desc="The missing terminal file browser for X"
|
|
maintainer="Dennis Kraus <kraus@posteo.de>"
|
|
license="BSD-2-Clause"
|
|
changelog="https://raw.githubusercontent.com/jarun/nnn/master/CHANGELOG"
|
|
homepage="https://github.com/jarun/nnn"
|
|
distfiles="https://github.com/jarun/nnn/archive/v${version}.tar.gz"
|
|
checksum=65c364a9797178e40ec7ec653b2cfa8e211e556b75250bf72eb5eea57f5e0cdc
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|