1
0
mirror of https://github.com/tommytran732/libpamac-flatpak synced 2024-11-21 22:31:33 -05:00
libpamac-flatpak/PKGBUILD

32 lines
1.2 KiB
Bash
Raw Normal View History

2021-08-17 23:57:17 -04:00
# Maintainer: TommyTran732
2021-08-18 01:14:50 -04:00
# Contributor: Frederic Bezies <fredbezies@gmail.com>
2021-08-17 23:57:17 -04:00
pkgname=libpamac-flatpak
_pkgname=libpamac
pkgver=11.3.1
2021-08-17 23:57:17 -04:00
pkgrel=1
pkgdesc="Library for Pamac package manager based on libalpm - flatpak and support enabled"
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://gitlab.manjaro.org/applications/libpamac"
license=('GPL3')
depends=('pacman>=6.0' 'pacman<6.1' 'flatpak' 'archlinux-appstream-data-pamac')
makedepends=('gettext' 'itstool' 'vala' 'meson' 'gobject-introspection' 'xorgproto' 'asciidoc')
2021-08-17 23:57:17 -04:00
options=(!emptydirs)
conflicts=('libpamac' 'libpamac-aur' 'libpamac-full' 'libpamac-full-dev' 'libpamac-nosnap')
2021-08-17 23:57:17 -04:00
source=(https://gitlab.manjaro.org/applications/libpamac/-/archive/$pkgver/libpamac-$pkgver.tar.bz2)
sha512sums=('2270cacb9d8effca68bf985da96b7160f635f2c8d7d1c584d5d1059a966134fd8499c90e21ac01f07e9f7152bf8c090841545a3b693068a2b84bd53f348ab4ef')
2021-08-17 23:57:17 -04:00
build() {
arch-meson -Denable-flatpak=true -Denable-snap=false --buildtype=release $_pkgname-$pkgver build
meson compile -C build
}
check() {
meson test -C build --print-errorlogs
2021-08-17 23:57:17 -04:00
}
2021-08-18 03:32:56 -04:00
package() {
2021-08-17 23:57:17 -04:00
backup=('etc/pamac.conf')
meson install -C build --destdir "$pkgdir"
2021-08-17 23:57:17 -04:00
}