2017-01-05 01:02:45 +01:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/sed/
|
2015-06-13 01:03:31 +02:00
|
|
|
TERMUX_PKG_DESCRIPTION="GNU stream text editor"
|
2017-01-05 01:02:45 +01:00
|
|
|
TERMUX_PKG_VERSION=4.3
|
|
|
|
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/sed/sed-${TERMUX_PKG_VERSION}.tar.xz
|
|
|
|
TERMUX_PKG_SHA256=47c20d8841ce9e7b6ef8037768aac44bc2937fff1c265b291c824004d56bd0aa
|
|
|
|
TERMUX_PKG_BUILD_IN_SRC=yes
|
2017-01-15 19:39:19 +01:00
|
|
|
# XXX: A build with clang causes undefined references to __muloti4:
|
|
|
|
TERMUX_PKG_CLANG=no
|
2017-01-05 01:02:45 +01:00
|
|
|
|
|
|
|
termux_step_post_configure () {
|
2017-01-05 03:09:53 +01:00
|
|
|
$TERMUX_TOUCH -d "next hour" $TERMUX_PKG_SRCDIR/doc/sed.1
|
2017-01-05 01:02:45 +01:00
|
|
|
}
|