Skip to content

Commit 623e47d

Browse files
sabamdarifTomJo2000
andcommitted
addpkg(x11/yad): 14.1
Co-Authored-By: TomIO <[email protected]>
1 parent fe8e1ff commit 623e47d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

x11-packages/yad/build.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
TERMUX_PKG_HOMEPAGE=https://github.com/v1cont/yad
2+
TERMUX_PKG_DESCRIPTION="Display graphical dialogs from shell scripts or command line"
3+
TERMUX_PKG_LICENSE="GPL-3.0"
4+
TERMUX_PKG_MAINTAINER="@termux"
5+
TERMUX_PKG_VERSION=14.1
6+
TERMUX_PKG_SRCURL=https://github.com/v1cont/yad/releases/download/v${TERMUX_PKG_VERSION}/yad-${TERMUX_PKG_VERSION}.tar.xz
7+
TERMUX_PKG_SHA256=dde047a915cd8d3892c32b6ba031876f5cda673e01882c99613f043867c88133
8+
TERMUX_PKG_DEPENDS="gspell, gtk3, gtksourceview3, libandroid-shmem, webkit2gtk-4.1"
9+
TERMUX_PKG_BUILD_DEPENDS="libxml2-utils"
10+
TERMUX_PKG_BUILD_IN_SRC=true
11+
12+
termux_step_pre_configure() {
13+
export LDFLAGS+=" -landroid-shmem"
14+
}

0 commit comments

Comments
 (0)