From bd2c443397e6a5e1eff22c2de8bb7ea3e9043490 Mon Sep 17 00:00:00 2001 From: Kyle Nusbaum Date: Wed, 13 Feb 2019 10:55:04 -0600 Subject: [PATCH] New package: oh-0.4.8.16 --- srcpkgs/oh/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/oh/template diff --git a/srcpkgs/oh/template b/srcpkgs/oh/template new file mode 100644 index 00000000000..9dbacc5b1c1 --- /dev/null +++ b/srcpkgs/oh/template @@ -0,0 +1,17 @@ +# Template file for 'oh' +pkgname=oh +version=0.4.8.16 +revision=1 +build_style=go +go_import_path="github.com/michaelmacinnis/oh" +hostmakedepends="git" +short_desc="Surprisingly powerful Unix shell" +maintainer="Kyle Nusbaum " +license="MIT" +homepage="https://github.com/michaelmacinnis/oh" +distfiles="https://github.com/michaelmacinnis/oh/archive/v${version}.tar.gz" +checksum=fa1d7e8860eea443177ef43c30b355deb88871d2dae6bb17057eeeea7d808d63 + +post_install() { + vlicense LICENSE +}