Merge pull request #4947 from diogoleal/microeditor

New package: micro-1.1.1
This commit is contained in:
Michael Gehring 2016-10-12 17:53:32 +02:00 committed by GitHub
commit a71c4e2e6f

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
}