Skip to content

kana/mduem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

mduem is a tool to maintain software packages.  Currently, it is just
a snippet of Makefile for GNU make.  Once you include it from your
Makefile, you can do install, pack, release, etc with declarative way.
See files in "examples" directory to know how to use mduem.

Requirements:
	Fundamentals:
	Usual *nix environment
	GNU bash 3.2.17 or later <http://www.gnu.org/software/bash/>
	GNU coreutils <http://www.gnu.org/software/coreutils/>
	GNU make 3.81 or later <http://www.gnu.org/software/make/>
	git 1.7.0 or later <http://git-scm.com/>
	Zip 2.32 or later <http://www.info-zip.org/>
	Perl 5.8.8 or later <http://www.perl.org/>
	TAP::Harness v3.23 or later
		<http://search.cpan.org/~andya/Test-Harness-3.23/>

	For Vim script development (automatically downloaded):
	vim-vspec 1.0.0 or later <http://github.com/kana/vim-vspec>
	vimup 0.0.0a1 or later <http://github.com/kana/vimup>

Public repository:
	http://github.com/kana/mduem

License:
	Copyright (C) 2012 Kana Natsuno <http://whileimautomaton.net/>

	Permission is hereby granted, free of charge, to any person
	obtaining a copy of this software and associated documentation
	files (the "Software"), to deal in the Software without
	restriction, including without limitation the rights to use,
	copy, modify, merge, publish, distribute, sublicense, and/or
	sell copies of the Software, and to permit persons to whom the
	Software is furnished to do so, subject to the following
	conditions:

	The above copyright notice and this permission notice shall be
	included in all copies or substantial portions of the Software.

	THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
	EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
	OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
	NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
	HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
	WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
	FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
	OTHER DEALINGS IN THE SOFTWARE.

__END__

About

Little utility for little software development

Resources

Stars

Watchers

Forks

Packages

No packages published