mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-24 09:11:34 +01:00
24 lines
655 B
Plaintext
24 lines
655 B
Plaintext
# Contributor: Jonas <3426-spameier@users.gitlab.alpinelinux.org>
|
|
# Maintainer: Jonas <3426-spameier@users.gitlab.alpinelinux.org>
|
|
pkgname=toss
|
|
pkgver=1.1
|
|
pkgrel=0
|
|
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
|
|
"
|