mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-18 23:45:01 +00:00
addpkg(x11/yad): 14.1
Co-Authored-By: TomIO <43716232+TomJo2000@users.noreply.github.com>
This commit is contained in:
15
x11-packages/yad/build.sh
Normal file
15
x11-packages/yad/build.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
TERMUX_PKG_HOMEPAGE=https://github.com/v1cont/yad
|
||||
TERMUX_PKG_DESCRIPTION="Display graphical dialogs from shell scripts or command line"
|
||||
TERMUX_PKG_LICENSE="GPL-3.0"
|
||||
TERMUX_PKG_MAINTAINER="@termux"
|
||||
TERMUX_PKG_VERSION=14.1
|
||||
TERMUX_PKG_SRCURL=https://github.com/v1cont/yad/releases/download/v${TERMUX_PKG_VERSION}/yad-${TERMUX_PKG_VERSION}.tar.xz
|
||||
TERMUX_PKG_SHA256=dde047a915cd8d3892c32b6ba031876f5cda673e01882c99613f043867c88133
|
||||
TERMUX_PKG_DEPENDS="gspell, gtk3, gtksourceview3, libandroid-shmem, webkit2gtk-4.1"
|
||||
TERMUX_PKG_BUILD_DEPENDS="libxml2-utils"
|
||||
TERMUX_PKG_BUILD_IN_SRC=true
|
||||
TERMUX_PKG_AUTO_UPDATE=true
|
||||
|
||||
termux_step_pre_configure() {
|
||||
export LDFLAGS+=" -landroid-shmem"
|
||||
}
|
||||
Reference in New Issue
Block a user