squashfuse: add package

This commit is contained in:
Henrik Grimler 2018-10-14 15:56:46 +02:00 committed by Yaksh Bariya
parent bb8d71c0c4
commit 8923d92532
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
TERMUX_PKG_HOMEPAGE=https://github.com/vasi/squashfuse
TERMUX_PKG_DESCRIPTION="Squashfuse lets you mount SquashFS archives in user-space"
TERMUX_PKG_VERSION=0.1.103
TERMUX_PKG_SHA256=bba530fe435d8f9195a32c295147677c58b060e2c63d2d4204ed8a6c9621d0dd
TERMUX_PKG_SRCURL=https://github.com/vasi/squashfuse/archive/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_DEPENDS="libfuse"
termux_step_pre_configure () {
aclocal --install
autoreconf -vfi
}