18 lines
502 B
Bash
18 lines
502 B
Bash
# Template file for 'smlfmt'
|
|
pkgname=smlfmt
|
|
version=1.1.0
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
hostmakedepends="mlton"
|
|
short_desc="Custom parser and code formatter for Standard ML"
|
|
maintainer="ii8 <murray.calavera@protonmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/shwestrick/smlfmt"
|
|
distfiles="https://github.com/shwestrick/smlfmt/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=ca957b3a72615d292443742a1b155d180d963e1c4e17d4d2644af4fb53be627f
|
|
nocross=yes
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|