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