File: control

package info (click to toggle)
shc 3.8.9b-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 220 kB
  • ctags: 144
  • sloc: ansic: 1,778; makefile: 110; sh: 52; csh: 2
file content (21 lines) | stat: -rw-r--r-- 822 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: shc
Section: devel
Priority: optional
Maintainer: Tong Sun <suntong001@users.sourceforge.net>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.6
Homepage: http://www.datsi.fi.upm.es/~frosal/
Vcs-Git: git://github.com/shc-build.git
Vcs-Browser: https://github.com/suntong001/shc-build

Package: shc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Generic shell script compiler
 shc creates a stripped binary executable from shell script.
 .
 shc encodes and encrypts a shell script and generates C source code with
 the added expiration capability. Its main purpose is to protect your shell
 scripts from modification or inspection.  You can use it if you wish to
 distribute your scripts but don't want them to be easily readable by other
 people or if you need to hide passwords.