void-packages/srcpkgs/oh/template
UsernameRandomlyGenerated a9ab43cfbb oh: update to 0.8.0.
Closes: #32127 [via git-merge-pr]
2021-07-22 09:11:12 -04:00

18 lines
493 B
Bash

# Template file for 'oh'
pkgname=oh
version=0.8.0
revision=1
build_style=go
go_import_path="github.com/michaelmacinnis/oh"
hostmakedepends="git"
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=4b5ae57faf6e897700c1a010c1d67e8275c2c7a4daa1f9812111dcbf554336e2
post_install() {
vlicense LICENSE
}