termux-packages/x11-packages/l3afpad/build.sh

14 lines
546 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/stevenhoneyman/l3afpad
TERMUX_PKG_DESCRIPTION="Simple text editor forked from Leafpad, supports GTK+ 3.x"
TERMUX_PKG_MAINTAINER="Yisus7u7 <dev.yisus@hotmail.com>"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_VERSION=0.8.18.1.11
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://github.com/stevenhoneyman/l3afpad/archive/refs/tags/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=86f374b2f950b7c60dda50aa80a5034b8e3c80ded5cd3284c2d5921b31652793
TERMUX_PKG_DEPENDS="gtk3"
termux_step_pre_configure() {
./autogen.sh
}