🔒 Repository is read-only – file editing is disabled.

recipes/utils/libsass/PAGBUILD.yaml main

34 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334
pkgname: libsass
pkgver: '3.6.6'
pkgrel: '3'
pkgdesc: 'C implementation of Sass CSS preprocessor (library).'
url: 'https://libsass.org/'
arch: x86_64
depends: []
makedepends:
- autoconf
- automake
- libtool
- grep
- sed

source:
- 'https://github.com/sass/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  export LIBSASS_VERSION=${pkgver}
  autoreconf -i

  ./configure --prefix=/usr
  make
  make DESTDIR=${PKGDIR} install

  # Obsolet lib
  rm -f ${PKGDIR}/usr/lib/libsass.la

package: |
  true