summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7db89918750ce2f95044a289e1ac1bcd58a4603a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: TheLastGimbus <mateusz.soszynski@tuta.io>
pkgname=gpth-bin
pkgver=3.4.3
pkgrel=1
pkgdesc='Tool to help you with exporting stuff from Google Photos'
arch=('x86_64')
url='https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper'
license=('Apache')
depends=()
provides=('gpth')
conflicts=('gpth')
options=('!strip')
source=("${url}/releases/download/v${pkgver}/gpth-linux")
sha256sums=('605d790188c6747bdaf2d10ca216dc7743a3eb4d9d2354ec4410a45478e5c735')

package() {
    install -Dm755 "gpth-linux" "${pkgdir}/usr/bin/gpth"
}