[arch-commits] Commit in bigsh0t (3 files)
Antonio Rojas
arojas at gemini.archlinux.org
Sat Jun 4 22:07:33 UTC 2022
Date: Saturday, June 4, 2022 @ 22:07:33
Author: arojas
Revision: 1222827
archrelease: copy trunk to community-x86_64
Added:
bigsh0t/repos/
bigsh0t/repos/community-x86_64/
bigsh0t/repos/community-x86_64/PKGBUILD
(from rev 1222826, bigsh0t/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: bigsh0t/repos/community-x86_64/PKGBUILD (from rev 1222826, bigsh0t/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2022-06-04 22:07:33 UTC (rev 1222827)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=bigsh0t
+pkgver=2.5.1
+pkgrel=1
+pkgdesc='A collection of frei0r plugins for VR video, with support for Shotcut'
+arch=(x86_64)
+url='https://bitbucket.org/leo_sutic/bigsh0t'
+license=(GPL)
+depends=(gcc-libs)
+makedepends=(cmake python)
+source=($pkgname-$pkgver::https://bitbucket.org/leo_sutic/bigsh0t/get/$pkgver.tar.gz)
+sha256sums=('7808e1ebd6329f3f52f66c76f3db65571f2422247a1e654f1617efcad3aaa484')
+
+build() {
+ cmake -B build -S leo_sutic-$pkgname-* \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ cmake --build build
+}
+
+package() {
+# DESTDIR="$pkgdir" cmake --install build
+ install -Dm755 build/*.so -t "$pkgdir"/usr/lib/frei0r-1
+ install -d "$pkgdir"/usr/share
+ mv build/shotcut "$pkgdir"/usr/share
+}
More information about the arch-commits
mailing list