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 /repos/extra/libsass/abuild | |
| parent | 129a1427be3877b210a6cc69e7fe0d7a1249ee46 (diff) | |
| download | alicelinux-5c525992f1bd51f99795a59f0d2a5ef94a349fc7.tar.gz alicelinux-5c525992f1bd51f99795a59f0d2a5ef94a349fc7.zip | |
libsass: new added
Diffstat (limited to 'repos/extra/libsass/abuild')
| -rw-r--r-- | repos/extra/libsass/abuild | 8 |
1 files changed, 8 insertions, 0 deletions
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 +} |