-
Notifications
You must be signed in to change notification settings - Fork 3
/
template
33 lines (30 loc) · 1.03 KB
/
template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Template file for 'picom-ibhagwan'
pkgname=picom-ibhagwan
version=1
revision=5
wrksrc=picom-next
build_style=meson
configure_args="-Dwith_docs=true"
hostmakedepends="git pkg-config asciidoc"
makedepends="MesaLib-devel dbus-devel libconfig-devel libev-devel pcre-devel
pixman-devel xcb-util-image-devel xcb-util-renderutil-devel
libxdg-basedir-devel uthash"
depends="desktop-file-utils"
short_desc="Lightweight compositor for X11 (previously a compton fork)"
maintainer="Frank Steinborn <[email protected]>"
license="MIT, MPL-2.0"
homepage="https://github.com/ibhagwan/picom/"
#distfiles="https://github.com/ibhagwan/picom/archive/next.tar.gz"
#checksum=dfe072ca800360b6125c59dd5b6f27840f540cf7ee63add7a913b292e26ef292
do_fetch() {
git clone --single-branch --branch next-rebase --depth=1 "https://github.com/ibhagwan/picom" ${wrksrc}
}
post_install() {
vlicense LICENSES/MIT
vsconf picom.sample.conf
}
picom-ibhagwan_package() {
depends="${sourcepkg}>=${version}_${revision}"
build_style=meta
short_desc+=" (transitional dummy package)"
}