mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 01:53:50 +02:00
parent
48826f46df
commit
fa75d4cb40
1 changed files with 18 additions and 0 deletions
18
srcpkgs/urxvtconfig/template
Normal file
18
srcpkgs/urxvtconfig/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'urxvtconfig'
|
||||||
|
pkgname=urxvtconfig
|
||||||
|
version=1.0
|
||||||
|
revision=1
|
||||||
|
wrksrc="URXVTConfig-${version}"
|
||||||
|
build_wrksrc="source"
|
||||||
|
build_style="qmake"
|
||||||
|
makedepends="libmagick-devel libXft-devel qt5-devel"
|
||||||
|
maintainer="cr6git <quark6@protonmail.com>"
|
||||||
|
short_desc="GUI tool for configuration of the rxvt-unicode terminal emulator"
|
||||||
|
homepage="https://github.com/daedreth/URXVTConfig"
|
||||||
|
license="LGPL-3.0"
|
||||||
|
distfiles="https://github.com/daedreth/URXVTConfig/archive/${version}.tar.gz"
|
||||||
|
checksum=74ad9539f4d795ddeca56d53b02483c6ad162a24576b9667e2de54cc84ffd8f3
|
||||||
|
|
||||||
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" qt5-devel"
|
||||||
|
fi
|
Loading…
Add table
Reference in a new issue