void-packages/srcpkgs/micro/template
2017-02-28 00:24:24 +01:00

19 lines
541 B
Bash

# Template file for 'micro'
pkgname=micro
version=1.1.4
revision=1
build_style=go
go_import_path="github.com/zyedidia/micro"
go_package="${go_import_path}/cmd/micro"
hostmakedepends="git"
short_desc="A modern and intuitive terminal-based text editor"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="MIT"
homepage="https://github.com/zyedidia/micro"
distfiles="https://github.com/zyedidia/micro/archive/v${version}.tar.gz"
checksum=54910918f9bf52b4b076fe46de8afb5fb1c6bb462f6a81414540acd4d56153e5
post_install() {
vlicense LICENSE
}