mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: ruby-multipart-post-2.0.0
This commit is contained in:
parent
b5e569885e
commit
6c681da1fc
1 changed files with 16 additions and 0 deletions
16
srcpkgs/ruby-multipart-post/template
Normal file
16
srcpkgs/ruby-multipart-post/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue