1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-13 02:36:41 +00:00
termux-packages/packages/dosfstools/build.sh
Leonid Pliushch 27afd9e665
auto updates: migrate config from github-projects.txt to build.sh-specific
Re-enable automatic updates after deleting github-projects.txt.

%ci:no-build
2021-10-04 13:43:31 +03:00

11 lines
536 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/dosfstools/dosfstools
TERMUX_PKG_DESCRIPTION="DOS file system utilities"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=4.2
TERMUX_PKG_SRCURL=https://github.com/dosfstools/dosfstools/releases/download/v${TERMUX_PKG_VERSION}/dosfstools-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=64926eebf90092dca21b14259a5301b7b98e7b1943e8a201c7d726084809b527
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libiconv"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-compat-symlinks"