forked from dnbert/prm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprm.gemspec
More file actions
18 lines (18 loc) · 783 Bytes
/
prm.gemspec
File metadata and controls
18 lines (18 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Gem::Specification.new do |s|
s.name = 'prm'
s.version = '0.2.14'
s.date = '2015-09-29'
s.summary = "Package Repository Manager"
s.description = %Q(PRM (Package Repository Manager) is an Operating System independent Package Repository tool. It allows you to quickly build Debian and Yum Package Repositories. PRM can sync local repositories to S3 compatible object storage systems.)
s.authors = ["Brett Gailey"]
s.email = 'brett.gailey@dreamhost.com'
s.files = Dir.glob("{lib,templates}/**/*")
s.bindir = 'bin'
s.executables = ['prm']
s.add_dependency('peach')
s.add_dependency('aws-s3')
s.add_dependency('clamp')
s.add_dependency('arr-pm')
s.homepage = 'https://github.com/dnbert/prm'
s.license = 'MIT'
end