summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2809cc4b745b0653bca11324f1832ef3de1d2ab3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Martin Rys <https://rys.rs/contact> | Toss a coin on https://rys.rs/donate

pkgname=nodejs-fontmin
_pkgname=${pkgname#nodejs-}
pkgver=1.1.0
pkgrel=1
pkgdesc="Font converter/Optimizer"
url="https://github.com/ecomfe/fontmin"
arch=('x86_64')
license=('MIT')
depends=('gcc-libs' 'nodejs' 'python' 'python-setuptools')
makedepends=('npm')
#noextract=("${_pkgname}-${pkgver}.tgz")
source=("https://registry.npmjs.org/${_pkgname}/-/${_pkgname}-${pkgver}.tgz")
sha256sums=('686e5ae896b73125e56605e800accb59f03a9f2ba5523398cb3244f144952949')

package() {
	npm install -g --prefix "${pkgdir}/usr" "${srcdir}/${_pkgname}-${pkgver}.tgz"
}