new package: l3afpad

This commit is contained in:
Leonid Pliushch 2021-07-17 14:14:50 +03:00 committed by Yaksh Bariya
parent f1a136e97a
commit 05c37afd1b
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
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_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
}