17 lines
447 B
Bash
17 lines
447 B
Bash
# Template file for 'ruby-multipart-post'
|
|
pkgname=ruby-multipart-post
|
|
version=2.1.1
|
|
revision=2
|
|
archs=noarch
|
|
build_style=gem
|
|
short_desc="Use with Net::HTTP to do multipart form posts"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/nicksieger/multipart-post"
|
|
checksum=d2dd7aa957650e0d99e0513cd388401b069f09528441b87d884609c8e94ffcfd
|
|
|
|
post_install() {
|
|
sed -n '58,77p' README.md > LICENSE
|
|
vlicense LICENSE
|
|
}
|