18 lines
510 B
Bash
18 lines
510 B
Bash
# Template file for 'ruby-webrick'
|
|
pkgname=ruby-webrick
|
|
version=1.8.2
|
|
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=a7edb8394f8c3bfd3e3eb44f95fb7513704576a45621310e3680a7758b481e67
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|