arch-packages/goodls-bin/PKGBUILD

18 lines
498 B
Bash
Raw Normal View History

2023-06-18 05:11:45 +00:00
pkgname=goodls-bin
pkgver=2.0.3
pkgrel=1
pkgdesc="This is a CLI tool to download shared files and folders from Google Drive."
arch=("x86_64")
_arch="amd64"
url="https://github.com/tanaikech/goodls"
license=('MIT')
source=("https://github.com/tanaikech/goodls/releases/download/v2.0.3/goodls_linux_${_arch}")
# makepkg -g
sha256sums=('ea5179e1a700e35017e91978c184643565295bca8e40d36ab13df10372bc5d4d')
package() {
install -Dm755 "${srcdir}/goodls_linux_${_arch}" "${pkgdir}/usr/bin/goodls"
}