From 632b3d37736ce0df4f74edb2cdcbb88db4c9e975 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 28 Sep 2013 19:19:16 +0000 Subject: rework packaging to use GNU make + gemspec instead of Hoe Currently, this allows us to use different manpage paths for the tarball and gem; as gem-man and setup.rb expect different paths for manpages. Additionally, Hoe is designed for Ruby projects. dtas may include Perl/shell/Python/whatever in the future. So use GNU make as it is more suited for language agnosticism. --- dtas.gemspec | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dtas.gemspec (limited to 'dtas.gemspec') diff --git a/dtas.gemspec b/dtas.gemspec new file mode 100644 index 0000000..e94a927 --- /dev/null +++ b/dtas.gemspec @@ -0,0 +1,13 @@ +# Copyright (C) 2013, Eric Wong and all contributors +# License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) +Gem::Specification.new do |s| + s.name = %q{dtas} + s.version = ENV["VERSION"] + s.authors = ["dtas hackers"] + s.summary = "duct tape audio suite for *nix" + s.description = File.read("README").split(/\n\n/)[1].strip + s.email = %q{e@80x24.org} + s.files = File.read('.gem-manifest').split(/\n/) + s.homepage = 'http://dtas.80x24.org/' + s.licenses = "GPLv3+" +end -- cgit v1.2.3-24-ge0c7