[arch-commits] Commit in libsass/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Jan 9 13:30:22 UTC 2020
Date: Thursday, January 9, 2020 @ 13:30:21
Author: felixonmars
Revision: 551156
archrelease: copy trunk to community-testing-x86_64
Added:
libsass/repos/community-testing-x86_64/
libsass/repos/community-testing-x86_64/PKGBUILD
(from rev 551155, libsass/trunk/PKGBUILD)
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Copied: libsass/repos/community-testing-x86_64/PKGBUILD (from rev 551155, libsass/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2020-01-09 13:30:21 UTC (rev 551156)
@@ -0,0 +1,29 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Contributor: Isaac Dupree <antispam at idupree.com>
+
+pkgname=libsass
+pkgver=3.6.0
+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=('9665e50ee964ca3cc323f26c2b8322677102d26a7a102558ffbc5bef7a4c4ea44ca5096a967e4044dac1404bfa343a37d846f22d1e1adc27592023d5d4ac40c8')
+
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ export LIBSASS_VERSION="$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