16 lines
434 B
Bash
16 lines
434 B
Bash
# Template file for 'kicad-doc'
|
|
pkgname=kicad-doc
|
|
version=5.1.9
|
|
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-pcb.org"
|
|
distfiles="https://kicad-downloads.s3.cern.ch/docs/${pkgname}-${version}.tar.gz"
|
|
checksum=61571f260bba67e26b9f7456ad6eb5da7c3b406412f506e7857d0ca70ca66393
|
|
|
|
do_install() {
|
|
vmkdir usr/
|
|
vcopy share/ usr/
|
|
}
|