[arch-commits] Commit in mauikit-filebrowsing (3 files)
Antonio Rojas
arojas at archlinux.org
Sun May 9 08:01:45 UTC 2021
Date: Sunday, May 9, 2021 @ 08:01:44
Author: arojas
Revision: 928958
archrelease: copy trunk to community-x86_64
Added:
mauikit-filebrowsing/repos/
mauikit-filebrowsing/repos/community-x86_64/
mauikit-filebrowsing/repos/community-x86_64/PKGBUILD
(from rev 928957, mauikit-filebrowsing/trunk/PKGBUILD)
----------+
PKGBUILD | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
Copied: mauikit-filebrowsing/repos/community-x86_64/PKGBUILD (from rev 928957, mauikit-filebrowsing/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2021-05-09 08:01:44 UTC (rev 928958)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=mauikit-filebrowsing
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='MauiKit File Browsing utilities and controls'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(LGPL)
+depends=(mauikit)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('22301e96514f5dd83e0b6dc0aefe15dc11ad05edb7bfdf5a891de55fd2414da0')
+
+build() {
+ cmake -B build -S $pkgname-$pkgver
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list