# Contributor: John Vogel # Maintainer: John Vogel pkgname=reflex pkgver=20240906 pkgrel=0 pkgdesc="variant of flex with relocalization" url="https://invisible-island.net/reflex/reflex.html" arch="all" license="BSD-3-Clause-LBNL" # not quite right, but seems closest in wording to COPYING makedepends="byacc" subpackages="$pkgname-dev $pkgname-doc" source="https://invisible-island.net/archives/reflex/reflex-$pkgver.tgz" builddir="$srcdir/reflex-$pkgver" build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var make } check() { make check } package() { make DESTDIR="$pkgdir" install } sha512sums=" bb676bc2c92657ef0488be106a651f89fc0db4b2d17f091f697e76a3686434f5d346049c8a573cec0cd29356d4fd458d178aafeee5cab6f124b35218343f0ec5 reflex-20240906.tgz "