void-packages/srcpkgs/ol/template
2021-04-21 13:47:02 -03:00

19 lines
466 B
Bash

# Template file for 'ol'
pkgname=ol
version=2.2
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=a16447849508bf39c24611b35277399531e4ceedb5ee5d4e31828d569fca8e04
CFLAGS="-lm"
post_install() {
vlicense LICENSE
}