summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 32a45e2885f3199da6634358cb853b326ad94c25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: begin-theadventure <begin-thecontact.ncncb at dralias dot com>
# Contributor: Luis Martinez <luis dot martinez at tuta dot io>
# Contributor: Szymon Scholz <first name last name [at] gmail [dot] com>

pkgname=emulsion-bin
pkgver=11.0
pkgrel=1
pkgdesc="A fast and minimalistic image viewer (binary release)"
url="https://github.com/ArturKovacs/emulsion"
arch=('x86_64')
license=('MIT')
depends=('hicolor-icon-theme' 'libavif')
provides=("emulsion")
conflicts=("emulsion")
source=("$url/releases/download/v$pkgver/Emulsion-Linux.deb-v$pkgver.deb")
sha256sums=('e9564387333592cd6dbc16dbeeb9dc4243d00a15d67bc821afd3c6e57c12b568')

package() {
  tar -C "$pkgdir" -xf data.tar.gz
  mv "$pkgdir/usr/lib" "$pkgdir/usr/share/licenses"
}