termux-packages/x11-packages/xfconf/build.sh
Leonid Pliushch 38307a4a7e
assign generic maintainer to packages where possible
Let @termux be assigned as package maintainer instead of me, just like
the most of Termux packages. I really don't use X11 package set so far.

%ci:no-build
2022-04-18 14:47:52 +05:30

10 lines
474 B
Bash

TERMUX_PKG_HOMEPAGE=https://www.xfce.org/
TERMUX_PKG_DESCRIPTION="Flexible, easy-to-use configuration management system"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=4.16.0
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=http://archive.xfce.org/src/xfce/xfconf/${TERMUX_PKG_VERSION:0:4}/xfconf-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=652a119007c67d9ba6c0bc7a740c923d33f32d03dc76dfc7ba682584e72a5425
TERMUX_PKG_DEPENDS="dbus, libxfce4util"