umurmur: fix license, http->https, template cleanup
This commit is contained in:
parent
61c4838f52
commit
b33c7d648d
1 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'umurmur'
|
||||
pkgname=umurmur
|
||||
version=0.2.20
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-shmapi --with-ssl=openssl"
|
||||
conf_files="/etc/umurmur/umurmur.conf"
|
||||
|
@ -9,8 +9,8 @@ hostmakedepends="automake libtool"
|
|||
makedepends="libconfig-devel openssl-devel protobuf-c-devel"
|
||||
short_desc="Minimalistic Mumble server"
|
||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
license="BSD-3-clause"
|
||||
homepage="http://umurmur.net/"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://umurmur.net/"
|
||||
changelog="https://github.com/umurmur/umurmur/raw/master/ChangeLog"
|
||||
distfiles="https://github.com/umurmur/umurmur/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=b7b2978c3197aef0a6531f1cf0ee1aebb32a55ad8bda43064ce3a944edbcac83
|
||||
|
@ -33,4 +33,3 @@ post_install() {
|
|||
vinstall umurmur.conf.example 644 etc/umurmur umurmur.conf
|
||||
vsv umurmurd
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue