void-packages/srcpkgs/ol/template
2021-07-17 17:11:06 -03:00

18 lines
468 B
Bash

# Template file for 'ol'
pkgname=ol
version=2.2.1
revision=1
build_style=gnu-makefile
hostmakedepends="xxd"
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=3afcce88ee57c861aead4a224e54504405508feb5f185b3a7819db280d5a0b5e
CFLAGS="-lm"
post_install() {
vlicense LICENSE
}