b0af3d4963
Also add changelog.
22 lines
865 B
Bash
22 lines
865 B
Bash
# Template file for 'horizon'
|
|
pkgname=horizon
|
|
version=1.4.0
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_build_args="GOLD="
|
|
make_use_env=yes
|
|
hostmakedepends="pkg-config glib-devel"
|
|
makedepends="cairomm-devel librsvg-devel yaml-cpp-devel sqlite-devel boost-devel
|
|
glm libgit2-devel libcurl-devel occt-devel cppzmq libpodofo-devel libzip-devel
|
|
gtkmm-devel libepoxy-devel libsodium-devel"
|
|
short_desc="Free EDA package"
|
|
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
|
license="GPL-3.0-only"
|
|
homepage="https://horizon-eda.org/"
|
|
changelog="https://raw.githubusercontent.com/horizon-eda/horizon/master/CHANGELOG.md"
|
|
distfiles="https://github.com/horizon-eda/horizon/archive/v${version}.tar.gz"
|
|
checksum=a0fbbbca903594975dd468af10581be8d52256ad441e7f8c71d1e70b341dbfe4
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
make_build_args+=" INC_OCE=-I$XBPS_CROSS_BASE/usr/include/opencascade"
|
|
fi
|