# Template file for 'micro' pkgname=micro version=2.0.9 revision=1 build_style=go go_import_path="github.com/zyedidia/micro/v2" go_package="${go_import_path}/cmd/micro" go_ldflags="-X github.com/zyedidia/micro/v2/internal/util.Version=${version}" # Adding CompileDate is bad for reproducibility and adding CommitHash # is redundant as we use a tag to build the package. hostmakedepends="git" short_desc="Modern and intuitive terminal-based text editor" maintainer="Diogo Leal " license="MIT" homepage="https://micro-editor.github.io" distfiles="https://github.com/zyedidia/micro/archive/v${version}.tar.gz" checksum=59987763ec5edb10db50c136eeb5934b411bd5e6adbd3d785f1d64d3e225ec31 post_install() { vlicense LICENSE vman assets/packaging/micro.1 vinstall assets/packaging/micro.desktop 644 usr/share/applications vinstall assets/micro-logo-mark.svg 644 usr/share/pixmaps micro.svg }