29 lines
768 B
Text
29 lines
768 B
Text
# Template file for 'compton-git'
|
|
pkgname=compton-git
|
|
version=20130719
|
|
revision=1
|
|
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 desktop-file-utils"
|
|
maintainer="Steven R <strob AT styez DOT com>"
|
|
homepage="https://github.com/chjj/compton"
|
|
license="MIT"
|
|
short_desc="Compton is a compositor for X, and a fork of xcompmgr-dana."
|
|
|
|
nofetch=yes
|
|
noextract=yes
|
|
only_for_archs="i686 x86_64"
|
|
|
|
do_fetch() {
|
|
local url="git://github.com/chjj/compton.git"
|
|
msg_normal "Fetching source from $url ...\n"
|
|
git clone ${url} ${pkgname}-${version}
|
|
}
|
|
|
|
compton-git_package() {
|
|
depends="desktop-file-utils"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|