New package: jamulus-3.6.2
This commit is contained in:
parent
3056472b7b
commit
9ee82f36f6
2 changed files with 21 additions and 0 deletions
20
srcpkgs/jamulus/template
Normal file
20
srcpkgs/jamulus/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'jamulus'
|
||||
pkgname=jamulus
|
||||
version=3.6.2
|
||||
revision=1
|
||||
_version=r${version//./_}
|
||||
wrksrc=${pkgname}-${_version}
|
||||
build_style=qmake
|
||||
configure_args="Jamulus.pro"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="qt5-declarative-devel jack-devel"
|
||||
short_desc="Play music online. With friends. For free"
|
||||
maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://jamulus.io"
|
||||
distfiles="https://github.com/corrados/jamulus/archive/${_version}.tar.gz"
|
||||
checksum=6bea992f0e4b6a9d08104f8ad9d42b630d523da258e201f70418cecda1c11dac
|
||||
|
||||
if [ "${CROSS_BUILD}" ]; then
|
||||
hostmakedepends+=" qt5-devel"
|
||||
fi
|
1
srcpkgs/jamulus/update
Normal file
1
srcpkgs/jamulus/update
Normal file
|
@ -0,0 +1 @@
|
|||
pattern="r\K[0-9_]+_[0-9_]+"
|
Loading…
Reference in a new issue