Package Details: plane-icon-theme-git r201.ba8bd6a-1

Git Clone URL: https://aur.archlinux.org/plane-icon-theme-git.git (read-only, click to copy)
Package Base: plane-icon-theme-git
Description: A modern icon theme for gnome linux versions.
Upstream URL: https://github.com/wfpaisa/plane-icon-theme
Licenses: GPL3
Submitter: m3thodic
Maintainer: m3thodic
Last Packager: m3thodic
Votes: 2
Popularity: 0.000000
First Submitted: 2018-12-22 12:42 (UTC)
Last Updated: 2023-04-19 02:00 (UTC)

Latest Comments

PedroHLC commented on 2020-03-08 13:14 (UTC)

==> Starting build()...
/home/main-builder/pkgwork/PKGBUILD: line 24: npm: command not found

Please add npm to makedepends so it builds in clean chroots.

yochananmarqos commented on 2019-07-01 21:27 (UTC) (edited on 2019-12-10 23:20 (UTC) by yochananmarqos)

Please set the npm cache locally as not to pollute the user's home directory as per Node.js package guidelines:

build() {
    cd "${srcdir}/${pkgname}"
    npm install --cache "$srcdir/npm-cache"
    gulp
}

Also, you're missing npm from makedepends()