File: test

package info (click to toggle)
npm2deb 0.3.0-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 532 kB
  • sloc: python: 1,712; sh: 13; makefile: 2
file content (16 lines) | stat: -rwxr-xr-x 382 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

set -ex
TEMP=${AUTOPKGTEST_TMP:-${TMPDIR:-/tmp}}
TDIR=$(mktemp -d $TEMP/npm2debXXXXXX)
cd "$TDIR"
export DEBFULLNAME="Akshay Kumar"
export DEBEMAIL="khiladi@disroot.org"
export HOME="$TDIR"

npm2deb view babel-core
npm2deb search pretty-ms
npm2deb depends pretty-ms
npm2deb create pretty-ms@2.0.0
npm2deb create @ava/write-file-atomic
npm2deb create @types/jquery@2.0.49