blob: 1d2710833cbb13bae8ecab753a5f6ce81b8a78d7 (
plain)
1
2
3
4
5
6
7
8
9
|
name=picom
version=12.1
release=1
source="https://github.com/yshui/$name/archive/v$version/$name-$version.tar.gz"
postbuild() {
install -Dm644 picom.sample.conf $PKG/etc/xdg/picom.conf
install -Dm644 picom.sample.conf $PKG/etc/xdg/picom.conf.example
}
|