void-packages/srcpkgs/ol/template
Jürgen Buchmüller 94906df326 ol: update to 2.1.1
2020-09-26 12:51:21 +02:00

18 lines
468 B
Bash

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