diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-08-03 15:23:38 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-08-03 15:23:38 +0800 |
| commit | 5c525992f1bd51f99795a59f0d2a5ef94a349fc7 (patch) | |
| tree | 2fc88faeb8f5a3e92bd6db78bb9b367fdbf7363d | |
| parent | 129a1427be3877b210a6cc69e7fe0d7a1249ee46 (diff) | |
| download | alicelinux-5c525992f1bd51f99795a59f0d2a5ef94a349fc7.tar.gz alicelinux-5c525992f1bd51f99795a59f0d2a5ef94a349fc7.zip | |
libsass: new added
| -rw-r--r-- | repos/extra/libsass/.files | 16 | ||||
| -rw-r--r-- | repos/extra/libsass/abuild | 8 |
2 files changed, 24 insertions, 0 deletions
diff --git a/repos/extra/libsass/.files b/repos/extra/libsass/.files new file mode 100644 index 00000000..17eb78d2 --- /dev/null +++ b/repos/extra/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/repos/extra/libsass/abuild b/repos/extra/libsass/abuild new file mode 100644 index 00000000..ad7617fc --- /dev/null +++ b/repos/extra/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 +} |