21 lines
779 B
Bash
21 lines
779 B
Bash
# Template file for 'horizon'
|
|
pkgname=horizon
|
|
version=1.3.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/"
|
|
distfiles="https://github.com/horizon-eda/horizon/archive/v${version}.tar.gz"
|
|
checksum=407ae0022d354d173dc9f75549c68f4d26c195375c28a41ea7c6edee6bfd9bab
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
make_build_args+=" INC_OCE=-I$XBPS_CROSS_BASE/usr/include/opencascade"
|
|
fi
|