15 lines
430 B
Bash
15 lines
430 B
Bash
# Template file for 'ol'
|
|
pkgname=ol
|
|
version=2.1
|
|
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/${version}.tar.gz"
|
|
checksum=4cb05d3c17f041d9dd60fd9379b427d39249c61654b628a1ffa6b75e41c2abbd
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|