18 lines
613 B
Bash
18 lines
613 B
Bash
# Template file for 'kicad-footprints'
|
|
pkgname=kicad-footprints
|
|
version=5.1.10
|
|
revision=1
|
|
build_style=cmake
|
|
depends="kicad"
|
|
short_desc="Kicad footprint libraries"
|
|
maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
|
|
license="CC-BY-SA-4.0"
|
|
homepage="http://kicad-pcb.org"
|
|
distfiles="https://gitlab.com/kicad/libraries/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
|
|
checksum=65de50a9669e5eb0f2e4eed433802432eee2bd98df1e898905a7dc117cdb3050
|
|
|
|
post_install() {
|
|
# otherwise KiCad will complain about a missing library when launched
|
|
touch $DESTDIR/usr/share/kicad/modules/Connector_Multicomp.pretty/.empty
|
|
}
|