void-packages/srcpkgs/compton-git/template

23 lines
707 B
Plaintext
Raw Normal View History

2013-07-08 01:19:20 +00:00
# Template file for 'compton-git'
pkgname=compton-git
version=20140822
2013-07-08 01:19:20 +00:00
revision=1
2014-02-22 22:32:06 +00:00
build_style="gnu-makefile"
hostmakedepends="pkg-config asciidoc pcre-devel git"
2013-07-11 08:29:10 +00:00
makedepends="dbus-devel libXcomposite-devel libXdamage-devel libXrandr-devel pcre-devel
libconfig-devel libdrm-devel MesaLib-devel libXinerama-devel"
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
provides="compton-${version}_${revision}"
replaces="compton>=0"
2014-02-22 22:32:06 +00:00
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}
}