[arch-commits] Commit in (4 files)

Jerome Leclanche jleclanche at archlinux.org
Fri Dec 22 00:58:24 UTC 2017


    Date: Friday, December 22, 2017 @ 00:58:23
  Author: jleclanche
Revision: 275248

prettier: Moved from AUR

Added:
  prettier/
  prettier/repos/
  prettier/trunk/
  prettier/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

Added: prettier/trunk/PKGBUILD
===================================================================
--- prettier/trunk/PKGBUILD	                        (rev 0)
+++ prettier/trunk/PKGBUILD	2017-12-22 00:58:23 UTC (rev 275248)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=prettier
+pkgver=1.9.2
+pkgrel=1
+pkgdesc="An opinionated code formatter for JavScript, ES2017, JSX, Flow, TypeScript, JSON, CSS, LESS, SCSS, GraphQL, Markdown"
+arch=("any")
+
+url="https://prettier.io/"
+license=("MIT")
+depends=("nodejs")
+makedepends=("npm")
+source=("https://registry.npmjs.org/less/-/$pkgname-$pkgver.tgz")
+sha256sums=("1eaf676100c3526c68d194b09af6a941437a73aec2e829053d5cb7e7356c1c60")
+noextract=("$pkgname-$pkgver.tgz")
+
+
+package() {
+	npm install -g --prefix "$pkgdir/usr" "$srcdir"/$pkgname-$pkgver.tgz
+}


Property changes on: prettier/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list