void-packages/srcpkgs/spicy/template
2024-09-07 11:30:42 -05:00

24 lines
718 B
Bash

# Template file for 'spicy'
pkgname=spicy
version=1.11.1
revision=1
build_style=cmake
build_helper=qemu
hostmakedepends="flex python3"
makedepends="libfl-devel zlib-devel"
short_desc="Generate Robust Parsers for Protocols & File Formats"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="BSD-3-Clause"
homepage="https://docs.zeek.org/projects/spicy/en/latest/"
distfiles="https://github.com/zeek/spicy/releases/download/v${version}/spicy.tar.gz"
checksum=5c1f0b34774e608fdcb47ba50d654a27c16852f5fcfcf9c9116d4273f40259d8
if [ "$CROSS_BUILD" ]; then
export CROSSCOMPILE_EMULATOR="/usr/bin/qemu-${XBPS_TARGET_QEMU_MACHINE}-static"
else
export CROSSCOMPILE_EMULATOR=
fi
post_install() {
vlicense LICENSE
}