makedeb


croc-bin 10.0.10-1


Easily and securely send things from one computer to another.

Viewing /PKGBUILD.

View raw.

Click here to go back to the Git tree for croc-bin.

# Maintainer: Your Name <your.email@domain.com>
pkgname=croc-bin
pkgver=10.0.10
pkgrel=1
pkgdesc="Easily and securely send things from one computer to another."
arch=('amd64')
url="https://github.com/schollz/croc"
license=('MIT')
depends=()
makedepends=()
source=("$url/releases/download/v${pkgver}/croc_v${pkgver}_Linux-64bit.tar.gz")
sha256sums=('0ab86dcb8c369ac869ea7dcd334a109ea418fca9a74c3a600953dbb70171fe8e')

package() {
  cd "$srcdir"
  install -Dm755 "croc" "$pkgdir/usr/bin/croc"
}