mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-08 09:54:43 +02:00
23 lines
621 B
Text
23 lines
621 B
Text
# Contributor: Jonas <spameier+alpine@proton.me>
|
|
# Maintainer: Jonas <spameier+alpine@proton.me>
|
|
pkgname=toss
|
|
pkgver=1.1
|
|
pkgrel=1
|
|
pkgdesc="Dead simple LAN file transfers from the command line"
|
|
url="https://github.com/zerotier/toss"
|
|
arch="all"
|
|
license="MIT"
|
|
options="!check" # no checks provided
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/zerotier/toss/archive/$pkgver.tar.gz"
|
|
|
|
build() {
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir"/usr/bin install
|
|
}
|
|
|
|
sha512sums="
|
|
737a4be29e478493d6a4398be9b93aab66da4a5ea9c326c8db6159a930cc9af9b055bc97897acad66c2009021dcf3b0a25db3b30d8464729c78cb5cd66e2f37d toss-1.1.tar.gz
|
|
"
|