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

pkgname=s3find-bin
pkgver=0.6.0
pkgrel=2
pkgdesc='A command line utility to walk an Amazon S3 hierarchy, an analog of find for Amazon S3'
arch=('x86_64')
url="https://github.com/AnderEnder/s3find-rs"
license=('BSD-2-Clause')
provides=('s3find' 's3find-rs')
source=("${url}/releases/download/v${pkgver}/s3find-x86_64-linux.tar.gz")
md5sums=('de0dcb11bba9eadfce9e8af8ec81008f')

package() {
  install -Dm755 "${srcdir}"/s3find "${pkgdir}/usr/bin/s3find"
}
# vim:set ts=2 sw=2 et: