summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 68c337ce3dd80651f5703d791eaac51ceab811d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>

pkgname=stash-bin
pkgver=0.6.0
pkgrel=1
pkgdesc="An organizer for your porn, written in Go"
arch=('x86_64')
url='https://github.com/stashapp/stash'
license=('AGPL3')
provides=('stash')
source=("${pkgname}-${pkgver}::https://github.com/stashapp/stash/releases/download/v${pkgver}/stash-linux")
sha256sums=('573be72d9808d9c1c42f7b48574ea58d8eb12a71adb6eec1e89d46b43ecf122d')

package() {
  install -Dm755 ${pkgname}-${pkgver} "${pkgdir}/usr/bin/stash"
}