24 lines
594 B
Bash
24 lines
594 B
Bash
# Template file for 'kicad-doc'
|
|
pkgname=kicad-doc
|
|
version=6.0.5
|
|
revision=1
|
|
short_desc="KiCad documentation"
|
|
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
|
license="GPL-3.0-or-later, CC-BY-3.0"
|
|
homepage="http://kicad.org"
|
|
distfiles="https://kicad-downloads.s3.cern.ch/docs/${pkgname}-${version}.tar.gz"
|
|
checksum=9e2959f0410e1262c868274d9a4dbddcf96113915fe288364066919661e31a7b
|
|
|
|
if [ "$XBPS_WORDSIZE" != "$XBPS_TARGET_WORDSIZE" ]; then
|
|
broken="kicad not available"
|
|
fi
|
|
|
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
|
broken="kicad not available"
|
|
fi
|
|
|
|
do_install() {
|
|
vmkdir usr/
|
|
vcopy share/ usr/
|
|
}
|