17 lines
450 B
Bash
17 lines
450 B
Bash
# Template file for 'ruby-multipart-post'
|
|
pkgname=ruby-multipart-post
|
|
version=2.0.0
|
|
revision=2
|
|
archs=noarch
|
|
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
|
|
}
|