Skip to content

Commit

Permalink
archrelease: copy trunk to extra-x86_64
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@419816 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
antonio-rojas committed Jul 16, 2021
1 parent 3ac3a49 commit d830d58
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions skanlite/repos/extra-x86_64/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Maintainer: Antonio Rojas <[email protected]>
# Contributor: Andrea Scarpino <[email protected]>
# Contributor: birdflesh <antkoul at gmail dot com>
# Contributor: Pierre Schmitz <[email protected]>

pkgname=skanlite
pkgver=2.2.0
pkgrel=1
pkgdesc="Image Scanning Application for KDE"
arch=(x86_64)
url='https://www.kde.org/applications/graphics/skanlite'
license=(GPL)
depends=(libksane kio)
makedepends=(extra-cmake-modules kdoctools)
source=("https://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
sha256sums=('54fecc3997547bae17215af7af468a225d483ddb37be3053673392dcddd584e4')

build() {
cmake -B build -S $pkgname-$pkgver \
-DBUILD_TESTING=OFF
cmake --build build
}

package() {
DESTDIR="$pkgdir" cmake --install build
}

0 comments on commit d830d58

Please sign in to comment.