vp-build/srcpkgs/ruby-multipart-post/template

17 lines
448 B
Bash

# Template file for 'ruby-multipart-post'
pkgname=ruby-multipart-post
version=2.0.0
revision=1
noarch=yes
build_style=gem
short_desc="Use with Net::HTTP to do multipart form posts"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://github.com/nicksieger/multipart-post"
checksum=3dc44e50d3df3d42da2b86272c568fd7b75c928d8af3cc5f9834e2e5d9586026
post_install() {
sed -n '58,77p' README.md > LICENSE
vlicense LICENSE
}