void-packages/srcpkgs/nnn/template
2019-02-19 09:19:20 -03:00

18 lines
567 B
Bash

# Template file for 'nnn'
pkgname=nnn
version=2.3
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=eaad2ccf0d781aeeb38fdfc4ad75a0405ca3da4f82ded64cce766a74a2b299ab
post_install() {
vlicense LICENSE
}