new package: recode (#6614)

This commit is contained in:
Marlin Sööse 2021-05-11 17:12:52 -06:00 committed by Henrik Grimler
parent acbae40263
commit 65fb0a8312
1 changed files with 8 additions and 0 deletions

8
packages/recode/build.sh Normal file
View File

@ -0,0 +1,8 @@
TERMUX_PKG_HOMEPAGE="https://github.com/pinard/Recode"
TERMUX_PKG_DESCRIPTION="Charset converter tool and library"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="Marlin Sööse <marlin.soose@laro.se>"
TERMUX_PKG_VERSION="3.7.8"
TERMUX_PKG_SRCURL=https://github.com/rrthomas/recode/releases/download/v3.7.8/recode-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=4fb75cacc7b80fda7147ea02580eafd2b4493461fb75159e9a49561d3e10cfa7
TERMUX_PKG_DEPENDS="libiconv"