mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-14 13:50:56 +00:00
mime-support: added Debian-like package
This commit is contained in:
committed by
Fredrik Fornwall
parent
ae5855897d
commit
70163e7cff
9
packages/mime-support/build.sh
Normal file
9
packages/mime-support/build.sh
Normal file
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user