[arch-commits] Commit in maui-clip (3 files)
Antonio Rojas
arojas at archlinux.org
Tue Feb 23 10:48:51 UTC 2021
Date: Tuesday, February 23, 2021 @ 10:48:51
Author: arojas
Revision: 869589
archrelease: copy trunk to community-x86_64
Added:
maui-clip/repos/
maui-clip/repos/community-x86_64/
maui-clip/repos/community-x86_64/PKGBUILD
(from rev 869588, maui-clip/trunk/PKGBUILD)
----------+
PKGBUILD | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
Copied: maui-clip/repos/community-x86_64/PKGBUILD (from rev 869588, maui-clip/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2021-02-23 10:48:51 UTC (rev 869589)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=maui-clip
+_pkgname=clip
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Video player and video collection manager"
+url="https://mauikit.org/"
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit mpv)
+makedepends=(extra-cmake-modules)
+groups=(maui)
+source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
+sha256sums=('4b398b1e140e976ac0524f48992b34713b8b4ced64bbc550330b1005b658ecff')
+
+build() {
+ cmake -B build -S $_pkgname-$pkgver
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list