forked from kiss-community/repo
checkbashisms: new at 2.23.4
split from patch provided by emma
This commit is contained in:
parent
24db0b8679
commit
056e2d3cdb
6
extra/checkbashisms/build
Executable file
6
extra/checkbashisms/build
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
mkdir -p "$1/usr/share/man/man1" "$1/usr/bin"
|
||||
|
||||
cp scripts/checkbashisms.pl "$1/usr/bin/checkbashisms"
|
||||
cp scripts/checkbashisms.1 "$1/usr/share/man/man1"
|
1
extra/checkbashisms/checksums
Normal file
1
extra/checkbashisms/checksums
Normal file
@ -0,0 +1 @@
|
||||
3494a9b668cd45078e16f6e01215ba0e384f059781e0765385dc64651310a008c9
|
1
extra/checkbashisms/depends
Normal file
1
extra/checkbashisms/depends
Normal file
@ -0,0 +1 @@
|
||||
perl
|
1
extra/checkbashisms/sources
Normal file
1
extra/checkbashisms/sources
Normal file
@ -0,0 +1 @@
|
||||
http://deb.debian.org/debian/pool/main/d/devscripts/devscripts_2.23.4.tar.xz
|
1
extra/checkbashisms/version
Normal file
1
extra/checkbashisms/version
Normal file
@ -0,0 +1 @@
|
||||
2.23.4 1
|
Loading…
Reference in New Issue
Block a user