1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-23 14:07:09 +00:00
termux-packages/x11-packages/xfce4-dev-tools/build.sh

10 lines
504 B
Bash
Raw Normal View History

2022-05-04 01:23:39 +00:00
TERMUX_PKG_HOMEPAGE=https://gitlab.xfce.org/xfce/xfce4-dev-tools
TERMUX_PKG_DESCRIPTION="A collection of tools and macros for Xfce developers"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
2022-12-16 01:41:40 +00:00
_MAJOR_VERSION=4.18
TERMUX_PKG_VERSION=${_MAJOR_VERSION}.0
2022-05-04 01:23:39 +00:00
TERMUX_PKG_SRCURL=https://archive.xfce.org/src/xfce/xfce4-dev-tools/${_MAJOR_VERSION}/xfce4-dev-tools-${TERMUX_PKG_VERSION}.tar.bz2
2022-12-16 01:41:40 +00:00
TERMUX_PKG_SHA256=eedb4fc955f0e3459c46864ff98579295db2b900743e0ff69cad5970ba76be37
2022-05-04 01:23:39 +00:00
TERMUX_PKG_DEPENDS="glib"