From 70163e7cff1966c014e47ef02471bda47054808c Mon Sep 17 00:00:00 2001 From: David Martinez Date: Fri, 17 Feb 2017 00:18:16 +0100 Subject: [PATCH] mime-support: added Debian-like package --- packages/mime-support/build.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 packages/mime-support/build.sh diff --git a/packages/mime-support/build.sh b/packages/mime-support/build.sh new file mode 100644 index 00000000..445970b4 --- /dev/null +++ b/packages/mime-support/build.sh @@ -0,0 +1,9 @@ +TERMUX_PKG_HOMEPAGE=https://packages.debian.org/en/stretch/mime-support +TERMUX_PKG_DESCRIPTION="MIME type associations for file types" +TERMUX_PKG_VERSION=3.60 +TERMUX_PKG_SRCURL=http://http.debian.net/debian/pool/main/m/mime-support/mime-support_$TERMUX_PKG_VERSION.tar.gz +TERMUX_PKG_FOLDERNAME=mime-support + +termux_step_make_install() { + cp $TERMUX_PKG_SRCDIR/mime.types $TERMUX_PREFIX/etc +} -- 2.11.0