Skip to content
Snippets Groups Projects
Commit 9174ed53 authored by Marvin Preuss's avatar Marvin Preuss Committed by Kevin Daudt
Browse files

testing/viddy: new aport

parent 560c5b01
No related branches found
No related tags found
1 merge request!24381testing/viddy: new aport
Pipeline #90896 canceled
# Contributor: Marvin Preuss <marvin@xsteadfastx.org>
# Maintainer: Marvin Preuss <marvin@xsteadfastx.org>
pkgname=viddy
pkgver=0.1.5
pkgrel=0
pkgdesc="Modern watch command. Time machine and pager etc."
url="https://github.com/sachaos/viddy"
arch="all"
license="MIT"
makedepends="go"
source="$pkgname-$pkgver.tar.gz::https://github.com/sachaos/viddy/archive/refs/tags/v$pkgver.tar.gz"
export GOFLAGS="$GOFLAGS -modcacherw"
build() {
go build -ldflags "-X main.version=$pkgver"
}
check() {
go test ./...
}
package() {
install -Dm755 $pkgname "$pkgdir"/usr/bin/"$pkgname"
}
sha512sums="
60e5966ad5c8435c110a309a53e406c7fe4b74d1162c84209c63d878f5aed0d0e31733eed71b43d95227c29e4ae1de41386f82252304106538667f8209fc75df viddy-0.1.5.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment