From: fsLeg Date: Sun, 22 May 2022 10:34:21 +0000 (+0300) Subject: dart-sass: added X-Git-Url: https://git.t-rg.ws/?a=commitdiff_plain;h=9128cc9d09c09fdcd5f8779c912c34b2e3980559;p=slackbuilds.git dart-sass: added --- diff --git a/dart-sass/README b/dart-sass/README new file mode 100644 index 0000000..72ed5a9 --- /dev/null +++ b/dart-sass/README @@ -0,0 +1,2 @@ +The reference implementation of Sass, written in Dart. Sass makes CSS +fun again. diff --git a/dart-sass/dart-sass.SlackBuild b/dart-sass/dart-sass.SlackBuild new file mode 100755 index 0000000..8b249fe --- /dev/null +++ b/dart-sass/dart-sass.SlackBuild @@ -0,0 +1,78 @@ +#!/bin/sh + +# Slackware build script for dart-sass + +# Copyright 2022 Vladislav Borisov Moscow, Russia +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +PRGNAM="dart-sass" +VERSION=${VERSION:-1.52.1} +BUILD=${BUILD:-1} +TAG=${TAG:-fsleg} + +# Automatically determine the architecture we're building on: +if [ -z "$ARCH" ]; then + case "$( uname -m )" in + i?86) ARCH="ia32" ;; + x86_64*) ARCH="x64" ;; + # Unless $ARCH is already set, use uname -m for all other archs: + *) ARCH=$( uname -m ) ;; + esac +fi + +CWD=$(pwd) +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +# This is just a repackaging of a pre-built binary, no compilation is needed + +set -e # Exit on most errors + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +cd $TMP + +tar xvf $CWD/$PRGNAM-$VERSION-linux-$ARCH.tar.gz +cd $PRGNAM +mkdir -p $PKG/usr/bin +mv sass $PKG/usr/bin/ +chown -R root:root $PKG +find -L $PKG \ + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + +# Strip binary +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ + | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true + +# Copy program license into the package +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a src/LICENSE $PKG/usr/doc/$PRGNAM-$VERSION/ +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + +# Copy the slack-desc (and a custom doinst.sh if necessary) into ./install +mkdir -p $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc + +cd $PKG +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-txz} diff --git a/dart-sass/dart-sass.info b/dart-sass/dart-sass.info new file mode 100644 index 0000000..7af0f31 --- /dev/null +++ b/dart-sass/dart-sass.info @@ -0,0 +1,10 @@ +PRGNAM="dart-sass" +VERSION="1.52.1" +HOMEPAGE="https://sass-lang.com/dart-sass" +DOWNLOAD="https://github.com/sass/dart-sass/releases/download/1.52.1/dart-sass-1.52.1-linux-ia32.tar.gz" +MD5SUM="d14b5b5a3bcac5944d0c4943231df1c3" +DOWNLOAD_x86_64="https://github.com/sass/dart-sass/releases/download/1.52.1/dart-sass-1.52.1-linux-x64.tar.gz" +MD5SUM_x86_64="c2fd73e6355b48312deaa2362a54d4db" +REQUIRES="" +MAINTAINER="Vladislav Borisov" +EMAIL="fsleg@t-rg.ws" diff --git a/dart-sass/slack-desc b/dart-sass/slack-desc new file mode 100644 index 0000000..4f9cf5b --- /dev/null +++ b/dart-sass/slack-desc @@ -0,0 +1,11 @@ + |-----handy-ruler------------------------------------------------------| +dart-sass: dart-sass (A Dart implementation of Sass) +dart-sass: +dart-sass: The reference implementation of Sass, written in Dart. Sass makes CSS +dart-sass: fun again. +dart-sass: +dart-sass: Website: https://sass-lang.com/dart-sass +dart-sass: +dart-sass: +dart-sass: +dart-sass: