[arch-commits] Commit in sassc/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Sep 18 19:12:57 UTC 2018
Date: Tuesday, September 18, 2018 @ 19:12:57
Author: felixonmars
Revision: 383185
archrelease: copy trunk to community-testing-x86_64
Added:
sassc/repos/community-testing-x86_64/
sassc/repos/community-testing-x86_64/PKGBUILD
(from rev 383184, sassc/trunk/PKGBUILD)
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Copied: sassc/repos/community-testing-x86_64/PKGBUILD (from rev 383184, sassc/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2018-09-18 19:12:57 UTC (rev 383185)
@@ -0,0 +1,29 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Contributor: Isaac Dupree <antispam at idupree.com>
+
+pkgname=sassc
+pkgver=3.4.7
+pkgrel=1
+pkgdesc="C implementation of Sass CSS preprocessor."
+arch=("x86_64")
+url="http://libsass.org/"
+license=("MIT")
+depends=("libsass")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz")
+sha512sums=('f515241260557f17932ed2fc205375169c40d5b83c7a24577487426e33be607a5a8a90e58512a4e6d4ed3796f391b09ef6e148f9b293a76c73cea267dcf9440b')
+
+
+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