summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 41a41b9c2f0a2a678165d159df03f0997733c67b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Maintainer: Paul Ollivier <contact@paulollivier.fr>
#
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur

pkgname=exif-cleaner-gui-bin
pkgver=0.2.3
pkgrel=2
pkgdesc="A graphical EXIF data cleaner using gtk3"
url="https://codeberg.org/paulollivier/exif-cleaner-gui"
license=("AGPL-3.0-or-later")
arch=("x86_64")
provides=("exif-cleaner-gui")
conflicts=("exif-cleaner-gui")
depends=("gtk3" "libgexiv2")
source=("https://codeberg.org/paulollivier/exif-cleaner-gui/releases/download/v$pkgver/exif-cleaner-gui-$pkgver-x86_64.tar.gz")
sha256sums=("7b471188e10990612a90f21888530ecc1047fd8bd3f4d900b857d56eaf7fdb55")

package() {
    install -Dm755 exif-cleaner-gui -t "$pkgdir/usr/bin"
    install -Dm644 "resources/exif-cleaner-gui.desktop" "$pkgdir/usr/share/applications/exif-cleaner-gui.desktop"
    install -Dm644 "README.md" "$pkgdir/usr/share/doc/exif-cleaner-gui/README.md"
    install -Dm644 "README_fr.md" "$pkgdir/usr/share/doc/exif-cleaner-gui/README_fr.md"
    install -Dm644 "README_ru.md" "$pkgdir/usr/share/doc/exif-cleaner-gui/README_ru.md"
    install -Dm644 "README_cs.md" "$pkgdir/usr/share/doc/exif-cleaner-gui/README_cs.md"
    install -Dm644 "README_de.md" "$pkgdir/usr/share/doc/exif-cleaner-gui/README_de.md"
    install -Dm644 "README_nl.md" "$pkgdir/usr/share/doc/exif-cleaner-gui/README_nl.md"
    install -Dm644 "README_tr.md" "$pkgdir/usr/share/doc/exif-cleaner-gui/README_tr.md"
}