summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5280b1a4c44b978ad6f69b9b9ed59d5f100c520f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Maintainer: Haris Gušić <harisgusic dot dev at gmail dot com>
pkgname=svg-term-cli
pkgdesc="Share terminal sessions via SVG and CSS"
pkgver=2.1.1
pkgrel=1
arch=('x86_64')
url="https://github.com/marionebl/svg-term-cli"
license=('MIT')
depends=('nodejs' 'asciinema')
makedepends=('npm')

package() {
	npm install -g --prefix "$pkgdir/usr" "$pkgname@$pkgver"
}