Package: node-commondir Version: 1.0.1 Revision: 2.1 ### BuildDepends: << fink (>= 0.32) << Depends: << nodejs << ### Source: mirror:debian:/pool/main/n/%n/%n_%v.orig.tar.gz Source-Checksum: SHA256(22242da977584f3f62a2cd7e3e014904b21efc68a91e78c67a0c545848a3de4b) SourceDirectory: %n-%v Source2: mirror:debian:pool/main/n/%n/%n_%v-2.debian.tar.xz Source2-Checksum: SHA256(75d44e15edcd86e0869f4a758b6c43d93ff049939f7dfcffee7659e69d43e16f) Source2ExtractDir: %n-%v ### DocFiles: readme.markdown LICENSE ### CompileScript: << echo << # No tests as it will cause a circdep #InfoTest: << # TestDepends: << # node-tape # << # TestScript: << #tape test/*.js || exit 2 # << #<< InstallScript: << install -d -m0755 %i/share/nodejs/commondir install -m0644 index.js %i/share/nodejs/commondir/ install -m0644 package.json %i/share/nodejs/commondir/ << ### Description: Compute the closest common parent DescDetail: << Compute the closest common parent for file paths. . Node.js is an event-based server-side JavaScript engine. << ### License: BSD Homepage: https://github.com/substack/node-commondir Maintainer: Justin F. Hallett