summaryrefslogtreecommitdiffstats
path: root/languages/perl/app_templates/perlhello/perlhello.kdevtemplate
blob: 6ebc83cf11010a93e10896ed3f3ccea438a7cdd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# TDE Config File
[General]
Name=Simple Perl script

Comment=This generates a simplistic 'Hello world' program in Perl (http://www.perl.org)

Category=Perl

Icon=camel.png
FileTemplates=perl,ShellStyle
ShowFilesAfterGeneration=%{dest}/%{APPNAMELC}.pl
Archive=perlhello.tar.gz

[FILE1]
Type=install
EscapeXML=true
Source=%{src}/app.kdevelop
Dest=%{dest}/%{APPNAMELC}.kdevelop

[FILE2]
Type=install
Source=%{src}/app.pl
Dest=%{dest}/%{APPNAMELC}.pl

[MSG]
Type=message
Comment=A simple Perl script was created in %{dest}