Welcome to mirror list, hosted at ThFree Co, Russian Federation.

control « debian « packages - github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3881fdbad551f263ed671fceabbcf0ae29ce975d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: premake
Section: contrib/devel
Priority: optional
Maintainer: Ryan Mulder <rjmyst3@gmail.com>
Build-Depends: debhelper (>= 5)
Standards-Version: 3.7.3
Homepage: http://premake.sourceforge.net

Package: premake
Architecture: any
Depends: ${shlibs:Depends}
Description: Build Script Generator
 Premake allows you to manage your project configuration in one
 place and still support those pesky IDE-addicted Windows coders
 and/or cranky Linux command-line junkies. It allows you to generate
 project files for tools that you do not own. It saves the time that
 would otherwise be spent manually keeping several different toolsets
 in sync. And it provides an easy upgrade path as new versions of your
 favorite tools are released.