Files
void-packages/srcpkgs/compton-git/template
2017-06-16 21:39:03 +02:00

29 lines
771 B
Bash

# Template file for 'compton-git'
pkgname=compton-git
version=20170430
revision=1
build_style="gnu-makefile"
hostmakedepends="pkg-config asciidoc git"
makedepends="dbus-devel libXcomposite-devel libXrandr-devel pcre-devel
libconfig-devel MesaLib-devel libXinerama-devel"
depends="desktop-file-utils"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://github.com/chjj/compton"
license="MIT"
short_desc="A compositor for X (fork of xcompmgr-dana)"
provides="compton-${version}_${revision}"
replaces="compton>=0"
do_fetch() {
local url="git://github.com/chjj/compton.git"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${wrksrc}
cd ${wrksrc}
git reset --hard 316eac0613bf342ff91cc645a6c3c80e6b9083fb
}
post_install() {
vlicense LICENSE
}