1 # Maintainer: Maxime Gauduin <alucryd@archlinux.org>
6 pkgdesc='The Pantheon Window Manager'
8 url=https://github.com/elementary/gala
49 _tag=abf2874aa47175a0459000c985defb87414d8372
50 source=(git+https://github.com/elementary/gala.git#tag=${_tag})
55 git describe --tags | sed 's/-/.r/; s/-g/./'
60 meson compile -C build
64 meson install -C build --destdir "${pkgdir}"
67 # vim:set sw=2 sts=-1 et: