Merge pull request #4947 from diogoleal/microeditor
New package: micro-1.1.1
This commit is contained in:
commit
a71c4e2e6f
1 changed files with 18 additions and 0 deletions
18
srcpkgs/micro/template
Normal file
18
srcpkgs/micro/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue