New package: mujs-1.2.0

This commit is contained in:
dkwo 2022-09-08 08:50:55 -04:00 committed by Leah Neukirchen
parent 20633285f9
commit f294f228aa

17
srcpkgs/mujs/template Normal file
View file

@ -0,0 +1,17 @@
# Template file for 'mujs'
pkgname=mujs
version=1.2.0
revision=1
build_style=gnu-makefile
makedepends="readline-devel"
short_desc="Embeddable JavaScript interpreter written in C"
maintainer="dkwo <npiazza@disroot.org>"
license="ISC"
homepage="https://mujs.com/"
distfiles="https://github.com/ccxvii/mujs/archive/refs/tags/${version}.tar.gz"
checksum=bbb74b96c168e7120f1aa2ce0a42026eba01cff14a9234108c91795f3a4c8cd0
make_install_args+=" prefix=/usr"
post_install() {
vlicense COPYING
}