summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1c6ac9ef3946bf5ae668cc152f60138ad1851f89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Doron Behar <doron.behar@gmail.com>

pkgname=gitree
pkgver=1.0.7
pkgrel=1
pkgdesc='Prints a directory files tree that shows Git status ignoring files from .gitignore'
arch=('any')
url='https://github.com/jpwilliams/gitree'
license=('MIT')
depends=('nodejs')
makedepends=('npm')
options=(!emptydirs)

package() {
  npm install --user root -g --prefix="${pkgdir}"/usr gitree@${pkgver}
}