1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
7 pkgdesc="Create and modify archives"
8 url="https://wiki.gnome.org/Apps/FileRoller"
29 'lrzip: lrzip archive support'
30 'p7zip: 7z, arj, exe and encrypted zip files support'
31 'squashfs-tools: squashfs image support'
32 'unace: ACE archive support'
33 'unrar: better RAR archive support'
36 _commit=6d57d9962efb976aa3036db965f558b96575289c # tags/43.0^0
37 source=("git+https://gitlab.gnome.org/GNOME/file-roller.git#commit=$_commit")
42 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
50 arch-meson $pkgname build
51 meson compile -C build
55 meson test -C build --print-errorlogs
59 meson install -C build --destdir "$pkgdir"
62 # vim:set sw=2 sts=-1 et: