0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-27 06:18:57 +00:00
termux-packages/x11-packages/xwallpaper/build.sh
2024-10-23 01:16:05 +03:00

13 lines
535 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/stoeckmann/xwallpaper
TERMUX_PKG_DESCRIPTION="wallpaper setting utility for X"
TERMUX_PKG_LICENSE="ISC"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.7.5
TERMUX_PKG_SRCURL=https://github.com/stoeckmann/xwallpaper/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=d64b8bae1700835d1c0996b28ff0e9d4a93ead4f8698bbdb6acc19150537aa23
TERMUX_PKG_DEPENDS="libjpeg-turbo, libpixman, libpng, libxcb, libxpm, xcb-util, xcb-util-image"
termux_step_pre_configure() {
autoreconf -fi
}