mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-13 00:16:45 +02:00
28 lines
656 B
Text
28 lines
656 B
Text
# Contributor: Coco Liliace <coco@liliace.dev>
|
|
# Maintainer: Coco Liliace <coco@liliace.dev>
|
|
pkgname=tick
|
|
pkgver=1.2.2
|
|
pkgrel=0
|
|
pkgdesc="A preset-oriented metronome TUI"
|
|
url="https://sr.ht/~liliace/tick/"
|
|
arch="all"
|
|
license="GPL-3.0-only"
|
|
makedepends="alsa-lib-dev scdoc"
|
|
subpackages="$pkgname-doc"
|
|
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~liliace/tick/archive/$pkgver.tar.gz"
|
|
|
|
build() {
|
|
make
|
|
}
|
|
|
|
check() {
|
|
make test
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" PREFIX="/usr" install
|
|
}
|
|
|
|
sha512sums="
|
|
b13fc4658b97b01fa6164535479e78c224988d62a6ed54013fc7210e772b08e9a9c2e6157be736c180a160b5b44257a091bd7127f8ef8e4cbd5aa4c0dbc2094b tick-1.2.2.tar.gz
|
|
"
|