[arch-commits] Commit in libsass/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jerome Leclanche
jleclanche at gemini.archlinux.org
Mon Nov 29 19:32:10 UTC 2021
Date: Monday, November 29, 2021 @ 19:32:10
Author: jleclanche
Revision: 1057600
archrelease: copy trunk to community-x86_64
Added:
libsass/repos/community-x86_64/PKGBUILD
(from rev 1057599, libsass/trunk/PKGBUILD)
Deleted:
libsass/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-29 19:31:58 UTC (rev 1057599)
+++ PKGBUILD 2021-11-29 19:32:10 UTC (rev 1057600)
@@ -1,29 +0,0 @@
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-# Contributor: Isaac Dupree <antispam at idupree.com>
-
-pkgname=libsass
-pkgver=3.6.5
-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")
-sha256sums=("89d8f2c46ae2b1b826b58ce7dde966a176bac41975b82e84ad46b01a55080582")
-
-
-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"
-}
Copied: libsass/repos/community-x86_64/PKGBUILD (from rev 1057599, libsass/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-29 19:32:10 UTC (rev 1057600)
@@ -0,0 +1,29 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Contributor: Isaac Dupree <antispam at idupree.com>
+
+pkgname=libsass
+pkgver=3.6.5
+pkgrel=2
+pkgdesc="C implementation of Sass CSS preprocessor (library)."
+arch=("x86_64")
+url="https://sass-lang.com/libsass"
+license=("MIT")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz")
+sha256sums=("89d8f2c46ae2b1b826b58ce7dde966a176bac41975b82e84ad46b01a55080582")
+
+
+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