File: hello

package info (click to toggle)
menu 2.1.5-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,476 kB
  • ctags: 1,251
  • sloc: cpp: 6,222; ansic: 2,306; sh: 453; makefile: 296; sed: 93
file content (8 lines) | stat: -rw-r--r-- 588 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
?package(hello):needs="text" section="Apps/Programming" \
   title="Hello" \
   longtitle="Hello, The classic greeting, and a good example"\
   description="The GNU hello program produces a familiar, friendly greeting.  It allows nonprogrammers to use a classic computer science tool which\
 would otherwise be unavailable to them.   Seriously, though: this is an example\
 of how to do a Debian package. It is the Debian version of the GNU Project's `hello world'\
 program (which is itself an example for the GNU Project)."\
   command="sh -c \"/usr/bin/hello;echo PRESS ENTER; read\""