void-packages/srcpkgs/micro/template

19 lines
541 B
Bash
Raw Normal View History

2016-10-12 02:16:57 +00:00
# Template file for 'micro'
pkgname=micro
2016-10-25 02:17:47 +00:00
version=1.1.2
2016-10-12 02:16:57 +00:00
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"
2016-10-25 02:17:47 +00:00
checksum=2f865c792714c12e0075b0123fe795bb0e09678ae507ec721cca49847c3d6a52
2016-10-12 02:16:57 +00:00
post_install() {
vlicense LICENSE
}