void-packages/srcpkgs/compton-git/template

21 lines
682 B
Text
Raw Normal View History

2013-07-08 01:19:20 +00:00
# Template file for 'compton-git'
pkgname=compton-git
2013-12-17 17:46:53 +00:00
version=20131217
2013-07-08 01:19:20 +00:00
revision=1
only_for_archs="i686 x86_64"
2013-07-08 01:19:20 +00:00
build_style=gnu-makefile
2013-07-11 08:29:10 +00:00
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"
2013-07-08 01:19:20 +00:00
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)"
2013-07-08 01:19:20 +00:00
do_fetch() {
local url="git://github.com/chjj/compton.git"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}