mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-06 03:46:41 +00:00
0714755c2a
Removing maintainers if there was no activity after pull request merging or if there was no activity in the last two years [no ci]
13 lines
440 B
Bash
13 lines
440 B
Bash
TERMUX_PKG_HOMEPAGE=https://github.com/sass/sassc
|
|
TERMUX_PKG_DESCRIPTION="libsass command line driver"
|
|
TERMUX_PKG_LICENSE="MIT"
|
|
TERMUX_PKG_MAINTAINER="@Yisus7u7"
|
|
TERMUX_PKG_VERSION=3.6.2
|
|
TERMUX_PKG_SRCURL=https://github.com/sass/sassc/archive/refs/tags/${TERMUX_PKG_VERSION}.zip
|
|
TERMUX_PKG_SHA256=d9f8ae15894546fe973417ab85909fb70310de3a01a8a2d4c7a3182b03d5c6d7
|
|
TERMUX_PKG_DEPENDS="libsass"
|
|
|
|
termux_step_pre_configure() {
|
|
autoreconf -fi
|
|
}
|