void-packages/srcpkgs/micro/template
Toyam Cox 6211ed63de micro: update to 1.2.0.
Closes #6543
(which is an awesome number by the way)
2017-05-29 16:27:06 -04:00

18 lines
541 B
Bash

# Template file for 'micro'
pkgname=micro
version=1.2.0
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=108876de0d136b2ec2ffc7e2f8897338ae1f56ac5db88eff4ae1772191df03bb
post_install() {
vlicense LICENSE
}