void-packages/srcpkgs/ruby-filesize/template
2021-07-23 14:49:53 +02:00

15 lines
369 B
Bash

# Template file for 'ruby-filesize'
pkgname=ruby-filesize
version=0.2.0
revision=5
build_style=gem
short_desc="Small class for handling filesizes"
maintainer="Frank Steinborn <steinex@nognu.de>"
license="MIT"
homepage="https://github.com/dominikh/filesize"
checksum=0f5db8629d628b60857dd8e7b8d52f427e6b7b9dc49265bfda71c0d383cbe79e
post_install() {
vlicense LICENSE
}