void-packages/srcpkgs/compton-git/template

22 lines
676 B
Text
Raw Normal View History

2013-07-08 01:19:20 +00:00
# Template file for 'compton-git'
pkgname=compton-git
2014-02-22 22:32:06 +00:00
version=20140222
2013-07-08 01:19:20 +00:00
revision=1
2014-02-22 22:32:06 +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"
2014-02-22 22:32:06 +00:00
maintainer="Steven R <dev@styez.com>"
2013-07-08 01:19:20 +00:00
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
2014-02-22 22:32:06 +00:00
only_for_archs="i686 x86_64"
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}
}