17 lines
471 B
Bash
17 lines
471 B
Bash
# Template file for 'oh'
|
|
pkgname=oh
|
|
version=0.8.3
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/michaelmacinnis/oh"
|
|
short_desc="Surprisingly powerful Unix shell"
|
|
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/michaelmacinnis/oh"
|
|
distfiles="https://github.com/michaelmacinnis/oh/archive/v${version}.tar.gz"
|
|
checksum=3ffd50ae66167ef6c7dcd4e1982b8902d34fbfb88d49bda5f6893bf0bcd92da8
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|