New package: mujs-1.2.0
This commit is contained in:
parent
20633285f9
commit
f294f228aa
1 changed files with 17 additions and 0 deletions
17
srcpkgs/mujs/template
Normal file
17
srcpkgs/mujs/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue