vp-build/srcpkgs/ol/template

19 lines
466 B
Bash

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