commit
b735cfb8d2
2 changed files with 28 additions and 0 deletions
14
srcpkgs/kicad-library/template
Normal file
14
srcpkgs/kicad-library/template
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'kicad-library'
|
||||
pkgname=kicad-library
|
||||
version=4.0.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=cmake
|
||||
hostmakedepends="cmake"
|
||||
depends="kicad"
|
||||
short_desc="Kicad component and footprint libraries"
|
||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||
license="LGPL-2"
|
||||
homepage="http://kicad-pcb.org"
|
||||
distfiles="https://github.com/kicad/kicad-library/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=e1f9770e624256e6760a2fa9dc57f3f52fd42589d50fe0225fe14565cf44ecc7
|
14
srcpkgs/kicad/template
Normal file
14
srcpkgs/kicad/template
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'kicad'
|
||||
pkgname=kicad
|
||||
version=4.0.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-3.0 -DKICAD_SKIP_BOOST=ON"
|
||||
hostmakedepends="cmake"
|
||||
makedepends="wxWidgets-devel glew-devel cairo-devel libressl-devel boost-devel"
|
||||
short_desc="Electronic schematic and PCB design software"
|
||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://kicad-pcb.org"
|
||||
distfiles="https://launchpad.net/${pkgname}/${version%.*}/${version}/+download/${pkgname}-${version}.tar.xz"
|
||||
checksum=fdc1368dbbe3f5e7981741e4870883ce3cd89c6081077828411ef044b5e93862
|
Loading…
Reference in a new issue