void-packages/srcpkgs/n/template

23 lines
575 B
Bash

# Template file for 'n'
pkgname=n
version=10.0.0
revision=1
build_style=gnu-makefile
depends="curl tar"
short_desc="Simple command line NodeJS version management"
maintainer="anelki <akierig@fastmail.de>"
license="MIT"
homepage="https://github.com/tj/n"
changelog="https://raw.githubusercontent.com/tj/n/master/CHANGELOG.md"
distfiles="https://github.com/tj/n/archive/refs/tags/v${version}.tar.gz"
checksum=096b78d1ccb4ad006293ed1e2b258925d99565449d374f5745ee374dc6f07a23
do_install() {
vbin bin/n
vdoc ${FILESDIR}/README.voidlinux
}
post_install() {
vlicense LICENSE
}