diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
| commit | 93a354611e38a6949add5c2e5ccc93ef79b9755f (patch) | |
| tree | 7fee41752b1047d74c59f8ee046cd62735e7e934 /libsass | |
| parent | 35912580b66e9439f91ea441938828ad8aa33b0d (diff) | |
| download | alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.tar.gz alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.zip | |
Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI]
Diffstat (limited to 'libsass')
| -rw-r--r-- | libsass/.checksum | 1 | ||||
| -rw-r--r-- | libsass/.files | 16 | ||||
| -rw-r--r-- | libsass/abuild | 8 |
3 files changed, 25 insertions, 0 deletions
diff --git a/libsass/.checksum b/libsass/.checksum new file mode 100644 index 00000000..9cb650c1 --- /dev/null +++ b/libsass/.checksum @@ -0,0 +1 @@ +b1c7daf51f7ca3a44e3504695f4b4e2f57efda6acd376aa1041a3231592531cd libsass-3.6.6.tar.gz diff --git a/libsass/.files b/libsass/.files new file mode 100644 index 00000000..17eb78d2 --- /dev/null +++ b/libsass/.files @@ -0,0 +1,16 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/sass.h +drwxr-xr-x root/root usr/include/sass/ +-rw-r--r-- root/root usr/include/sass/base.h +-rw-r--r-- root/root usr/include/sass/context.h +-rw-r--r-- root/root usr/include/sass/functions.h +-rw-r--r-- root/root usr/include/sass/values.h +-rw-r--r-- root/root usr/include/sass/version.h +-rw-r--r-- root/root usr/include/sass2scss.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libsass.so -> libsass.so.1.0.0 +lrwxrwxrwx root/root usr/lib/libsass.so.1 -> libsass.so.1.0.0 +-rwxr-xr-x root/root usr/lib/libsass.so.1.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libsass.pc diff --git a/libsass/abuild b/libsass/abuild new file mode 100644 index 00000000..ad7617fc --- /dev/null +++ b/libsass/abuild @@ -0,0 +1,8 @@ +name=libsass +version=3.6.6 +release=1 +source="https://github.com/sass/$name/archive/$version/$name-$version.tar.gz" + +prebuild() { + autoreconf -fi +} |