mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
parent
b5a122a1c3
commit
a2ba939e08
1 changed files with 5 additions and 4 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'pdf.js'
|
# Template file for 'pdf.js'
|
||||||
pkgname=pdf.js
|
pkgname=pdf.js
|
||||||
version=2.0.943
|
version=2.1.266
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
archs=noarch
|
||||||
hostmakedepends="nodejs"
|
hostmakedepends="nodejs python pkgconf"
|
||||||
|
makedepends="pixman-devel cairo-devel pango-devel libjpeg-turbo-devel"
|
||||||
short_desc="Portable Document Format (PDF) viewer built with HTML5"
|
short_desc="Portable Document Format (PDF) viewer built with HTML5"
|
||||||
maintainer="Daniel Santana <daniel@santana.tech>"
|
maintainer="Daniel Santana <daniel@santana.tech>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://mozilla.github.io/pdf.js/"
|
homepage="https://mozilla.github.io/pdf.js/"
|
||||||
distfiles="https://github.com/mozilla/pdf.js/archive/v${version}.tar.gz"
|
distfiles="https://github.com/mozilla/pdf.js/archive/v${version}.tar.gz"
|
||||||
checksum=4f48077b313f89b88a1f917e6c7ffa465f891667724daeacdca755295581e77d
|
checksum=53d0db26c95946d79fc46b61bf1d0c54a3f103c5c8150dbcf6d9cf13a1b15040
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
npm install
|
npm install
|
||||||
|
|
Loading…
Add table
Reference in a new issue