18 lines
561 B
Bash
18 lines
561 B
Bash
# Template file for 'pdf.js'
|
|
pkgname=pdf.js
|
|
version=3.2.146
|
|
revision=1
|
|
create_wrksrc=yes
|
|
short_desc="Portable Document Format (PDF) viewer built with HTML5"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://mozilla.github.io/pdf.js/"
|
|
distfiles="https://github.com/mozilla/pdf.js/releases/download/v${version}/pdfjs-${version}-legacy-dist.zip"
|
|
checksum=c99d9ca19d57a09cc1dadf7fa0965a69af8bc36f7021cbc0bf8deb6f8551ad0a
|
|
|
|
do_install() {
|
|
vmkdir usr/share/$pkgname/
|
|
vcopy web usr/share/$pkgname/
|
|
vcopy build usr/share/$pkgname/
|
|
}
|