mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
b122d77f9c
commit
bb489fe263
1 changed files with 19 additions and 0 deletions
19
srcpkgs/librepcb/template
Normal file
19
srcpkgs/librepcb/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'librepcb'
|
||||||
|
pkgname=librepcb
|
||||||
|
version=0.1.3
|
||||||
|
revision=1
|
||||||
|
build_wrksrc="build"
|
||||||
|
build_style=qmake
|
||||||
|
configure_args="-r ../librepcb.pro"
|
||||||
|
hostmakedepends="unzip qt5-qmake qt5-host-tools"
|
||||||
|
makedepends="qt5-devel zlib-devel libressl-devel SFML-devel"
|
||||||
|
short_desc="Powerful, innovative and intuitive EDA tool for everyone"
|
||||||
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="https://librepcb.org"
|
||||||
|
distfiles="https://download.librepcb.org/releases/${version}/${pkgname}-${version}-source.zip"
|
||||||
|
checksum=a09fb64fcd42574c60d6c6c3410149969cf166253e2f4e39ab5074dd124190c5
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
mkdir -p build
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue