15 lines
434 B
Bash
15 lines
434 B
Bash
# Template file for 'kicad-doc'
|
|
pkgname=kicad-doc
|
|
version=5.1.8
|
|
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=f2d96bae9bb44c089b155ee61bb589d51373647cdfdf28b5f931756e369bdf14
|
|
|
|
do_install() {
|
|
vmkdir usr/
|
|
vcopy share/ usr/
|
|
}
|