15 lines
431 B
Bash
15 lines
431 B
Bash
# Template file for 'ol'
|
|
pkgname=ol
|
|
version=2.0
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Purely functional dialect of Lisp"
|
|
maintainer="rc-05 <rc23@email.it>"
|
|
license="LGPL-3.0-or-later, MIT"
|
|
homepage="https://yuriy-chumak.github.io/ol/"
|
|
distfiles="https://github.com/yuriy-chumak/ol/archive/v${version}.tar.gz"
|
|
checksum=5ad537b6bd032549334d1c72e742b78b7d40ccb8d1491d5cf0ce952964deeeea
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|