void-packages/srcpkgs/compton-git/template
2014-01-24 15:00:27 -04:00

21 lines
682 B
Plaintext

# Template file for 'compton-git'
pkgname=compton-git
version=20140124
revision=1
only_for_archs="i686 x86_64"
build_style=gnu-makefile
hostmakedepends="pkg-config asciidoc"
makedepends="dbus-devel libXcomposite-devel libXdamage-devel libXrandr-devel pcre-devel
libconfig-devel libdrm-devel MesaLib-devel libXinerama-devel desktop-file-utils"
depends="desktop-file-utils"
maintainer="Steven R <strob AT styez DOT com>"
homepage="https://github.com/chjj/compton"
license="MIT"
short_desc="A compositor for X (fork of xcompmgr-dana)"
do_fetch() {
local url="git://github.com/chjj/compton.git"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}