[arch-commits] Commit in okteta/repos (community-x86_64 community-x86_64/PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Feb 1 17:39:35 UTC 2021
Date: Monday, February 1, 2021 @ 17:39:35
Author: arojas
Revision: 406996
archrelease: copy trunk to community-x86_64
Added:
okteta/repos/community-x86_64/
okteta/repos/community-x86_64/PKGBUILD
(from rev 406995, okteta/trunk/PKGBUILD)
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Copied: okteta/repos/community-x86_64/PKGBUILD (from rev 406995, okteta/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2021-02-01 17:39:35 UTC (rev 406996)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=okteta
+pkgver=0.26.5
+pkgrel=1
+epoch=1
+pkgdesc='KDE hex editor for viewing and editing the raw data of files'
+url='https://kde.org/applications/utilities/okteta/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kcmutils kparts knewstuff qca qt5-script hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools qt5-tools)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9fc7edfff73e7b0583af540b0c052f9221ca3f11ea3fc3604c2bcedb09c29a97'
+ 'SKIP')
+validpgpkeys=(E191FD5BE6F46870F09E82B2024E7FB43D015474 # Friedrich W. H. Kossebau <kossebau at kde.org>
+ 0A48BC961075B4BA8523E3790A345FB086E797D9) # https://share.kde.org/s/8dKaJTw8pR8iiwJ
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list