New package: yass-0.1.0

This commit is contained in:
tibequadorian 2022-03-08 13:36:14 +01:00 committed by Echo
parent 25ef07c6a7
commit 26390947e1

20
srcpkgs/yass/template Normal file
View file

@ -0,0 +1,20 @@
# Template file for 'yass'
pkgname=yass
version=0.1.0
revision=1
build_wrksrc=source
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="clthreads-devel clxclient-devel freetype-devel jack-devel
libX11-devel libXft-devel"
short_desc="Yet Another Scrolling Scope"
maintainer="tibequadorian <tibequadorian@posteo.de>"
license="GPL-2.0-or-later"
homepage="https://kokkinizita.linuxaudio.org/linuxaudio/"
distfiles="https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${version}.tar.bz2"
checksum=d247798b708303bc7622c3b6b96fb8190f3b3a07424a3b53c95d21ab8fc6d34a
pre_build() {
# change pkgconf to pkg-config
vsed -i 's/pkgconf/pkg-config/' Makefile
}