umurmur: fix license, http->https, template cleanup

This commit is contained in:
Colin Booth 2021-06-07 23:29:03 -07:00 committed by Đoàn Trần Công Danh
parent 61c4838f52
commit b33c7d648d

View file

@ -1,7 +1,7 @@
# Template file for 'umurmur' # Template file for 'umurmur'
pkgname=umurmur pkgname=umurmur
version=0.2.20 version=0.2.20
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-shmapi --with-ssl=openssl" configure_args="--enable-shmapi --with-ssl=openssl"
conf_files="/etc/umurmur/umurmur.conf" conf_files="/etc/umurmur/umurmur.conf"
@ -9,8 +9,8 @@ hostmakedepends="automake libtool"
makedepends="libconfig-devel openssl-devel protobuf-c-devel" makedepends="libconfig-devel openssl-devel protobuf-c-devel"
short_desc="Minimalistic Mumble server" short_desc="Minimalistic Mumble server"
maintainer="Duncaen <duncaen@voidlinux.org>" maintainer="Duncaen <duncaen@voidlinux.org>"
license="BSD-3-clause" license="BSD-3-Clause"
homepage="http://umurmur.net/" homepage="https://umurmur.net/"
changelog="https://github.com/umurmur/umurmur/raw/master/ChangeLog" changelog="https://github.com/umurmur/umurmur/raw/master/ChangeLog"
distfiles="https://github.com/umurmur/umurmur/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz" distfiles="https://github.com/umurmur/umurmur/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=b7b2978c3197aef0a6531f1cf0ee1aebb32a55ad8bda43064ce3a944edbcac83 checksum=b7b2978c3197aef0a6531f1cf0ee1aebb32a55ad8bda43064ce3a944edbcac83
@ -33,4 +33,3 @@ post_install() {
vinstall umurmur.conf.example 644 etc/umurmur umurmur.conf vinstall umurmur.conf.example 644 etc/umurmur umurmur.conf
vsv umurmurd vsv umurmurd
} }