0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-11 13:09:18 +00:00
termux-packages/x11-packages/l3afpad/build.sh
Twaik Yont 0714755c2a Removing inactive maintainers
Removing maintainers if there was no activity after pull request merging or if there was no activity in the last two years
[no ci]
2024-05-21 09:09:26 +03:00

14 lines
523 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"
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
}