18 lines
562 B
Bash
18 lines
562 B
Bash
# Template file for 'pdf.js'
|
|
pkgname=pdf.js
|
|
version=3.11.174
|
|
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=5b20235a3b4debbc7d354b88f8df43eefb0e0f305f0e8a0260cbe9239d6bdd07
|
|
|
|
do_install() {
|
|
vmkdir usr/share/$pkgname/
|
|
vcopy web usr/share/$pkgname/
|
|
vcopy build usr/share/$pkgname/
|
|
}
|