Date: Thursday, August 12, 2021 @ 13:56:40 Author: arojas Revision: 997536
archrelease: copy trunk to community-staging-x86_64 Added: mauikit-filebrowsing/repos/community-staging-x86_64/ mauikit-filebrowsing/repos/community-staging-x86_64/PKGBUILD (from rev 997535, mauikit-filebrowsing/trunk/PKGBUILD) ----------+ PKGBUILD | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) Copied: mauikit-filebrowsing/repos/community-staging-x86_64/PKGBUILD (from rev 997535, mauikit-filebrowsing/trunk/PKGBUILD) =================================================================== --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-08-12 13:56:40 UTC (rev 997536) @@ -0,0 +1,22 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> + +pkgname=mauikit-filebrowsing +pkgver=2.0.0 +pkgrel=1 +pkgdesc='MauiKit File Browsing utilities and controls' +url='https://mauikit.org/' +arch=(x86_64) +license=(LGPL) +depends=(mauikit kio) +makedepends=(extra-cmake-modules) +source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz) +sha256sums=('0b7a60d169998e004d5f4a60874674a4635be9e6a65afda681d093329ef39cef') + +build() { + cmake -B build -S $pkgname-$pkgver + cmake --build build +} + +package() { + DESTDIR="$pkgdir" cmake --install build +}