[arch-commits] Commit in libsass/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Sep 18 19:15:16 UTC 2018


    Date: Tuesday, September 18, 2018 @ 19:15:15
  Author: felixonmars
Revision: 383187

archrelease: copy trunk to community-testing-x86_64

Added:
  libsass/repos/community-testing-x86_64/
  libsass/repos/community-testing-x86_64/PKGBUILD
    (from rev 383186, libsass/trunk/PKGBUILD)

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

Copied: libsass/repos/community-testing-x86_64/PKGBUILD (from rev 383186, libsass/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-09-18 19:15:15 UTC (rev 383187)
@@ -0,0 +1,28 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Contributor: Isaac Dupree <antispam at idupree.com>
+
+pkgname=libsass
+pkgver=3.4.9
+pkgrel=1
+pkgdesc="C implementation of Sass CSS preprocessor (library)."
+arch=("x86_64")
+url="http://libsass.org/"
+license=("MIT")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz")
+sha512sums=('f81c6cea533090f7d94395792fa5b9dad8f8e912673f764e75d2350ba0bb51c80ad22f64d9bff6a20d04be21b7a7fb802f75a745a0fceca9c2ecc5ca7ace0988')
+
+
+build() {
+	cd "$srcdir/$pkgname-$pkgver"
+
+	autoreconf -i
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "$srcdir/$pkgname-$pkgver"
+
+	make DESTDIR="$pkgdir/" install
+	install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list