New package: micro-1.1.1

This commit is contained in:
Diogo Leal 2016-10-11 23:16:57 -03:00
parent 3de6566621
commit 7b28be872b

18
srcpkgs/micro/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'micro'
pkgname=micro
version=1.1.1
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=928c40ac67abdc5a27f771b902babb5756cc8c01f87a05034e19ecfd82d3eba4
post_install() {
vlicense LICENSE
}