16 lines
382 B
Bash
16 lines
382 B
Bash
# Template file for 'ruby-filesize'
|
|
pkgname=ruby-filesize
|
|
version=0.2.0
|
|
revision=2
|
|
archs=noarch
|
|
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
|
|
}
|