void-packages/srcpkgs/ruby-webrick/template

18 lines
510 B
Bash

# Template file for 'ruby-webrick'
pkgname=ruby-webrick
version=1.9.1
revision=1
build_style=gemspec
hostmakedepends="ruby"
depends="ruby"
short_desc="Ruby module that provides a HTTP server toolkit"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-2-Clause"
homepage="https://rubygems.org/gems/webrick"
distfiles="https://github.com/ruby/webrick/archive/refs/tags/v${version}.tar.gz"
checksum=0a2a4f55a948bd1c6cd5d67758e32d60cb764f95ee517e6d170cae8c6e11c5a2
post_install() {
vlicense LICENSE.txt
}