Package: node-wide-align
Version: 1.1.3
Revision: 1.1
###
BuildDepends: <<
	fink (>= 0.32)
<<
Depends: <<
	node-string-width,
	nodejs
<<
###
Source: mirror:debian:/pool/main/n/%n/%n_%v.orig.tar.gz
Source-Checksum: SHA256(a57cc79298053950730cc7dde7952b7ebba2479985ea2ca984ab41cf4726175b)
SourceDirectory: wide-align-%v
Source2: mirror:debian:pool/main/n/%n/%n_%v-1.debian.tar.xz
Source2-Checksum: SHA256(ba8d40b7a0c970eba8052669eb55f89e5ea5117aea812e082af8230ae40ed28b)
Source2ExtractDir: wide-align-%v
###
DocFiles: README.md LICENSE
###
CompileScript: <<
echo
<<
# No tests as it will cause a circdep
#InfoTest: <<
#	TestDepends: <<
#		node-tap
#	<<
#	TestScript: <<
#tap --coverage test/*.js || exit 2
#	<<
#<<
InstallScript: <<
install -d -m0755 %i/share/nodejs/wide-align
install -m0644 align.js %i/share/nodejs/wide-align/
install -m0644 package.json %i/share/nodejs/wide-align/
<<
###
Description: Wide-char aware text alignment function
DescDetail: <<
Wide-character aware text alignment function for use on the console or with
fixed width fonts.
.
This library is a dependency for webpack. Webpack takes code targeted at
node.js and makes it run in the browser. Node.js comes with API of its own
that is not available in the browsers. Webpack exposes this code
to programs that are unaware they are running in a browser.
.
Node.js is an event-based server-side JavaScript engine.
<<
###
License: BSD
Homepage: https://github.com/iarna/wide-align#readme
Maintainer: Justin F. Hallett <thesin@users.sourceforge.net>