This commit is contained in:
parent
7c01065fd7
commit
6f59876cc4
2 changed files with 21 additions and 0 deletions
3
README.md
Normal file
3
README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# dscanner
|
||||
|
||||
Swiss-army knife for D source code.
|
18
package.yml
Normal file
18
package.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
name : dscanner
|
||||
version : 0.16.0.4
|
||||
release : 1
|
||||
source :
|
||||
- git|https://github.com/dlang-community/D-Scanner.git : dc907e4a24900cd20e365082c1232967b468be4d
|
||||
homepage : https://github.com/dlang-community/D-Scanner.git
|
||||
license : BSL-1.0
|
||||
component : programming.tools
|
||||
summary : D-Scanner is a tool for analyzing D source code.
|
||||
description: |
|
||||
D-Scanner is a tool for analyzing D source code.
|
||||
builddeps :
|
||||
- ldc
|
||||
- dmd
|
||||
build : |
|
||||
%make ldc
|
||||
install : |
|
||||
install -Dm00755 bin/dscanner $installdir/usr/bin/dscanner
|
Loading…
Add table
Add a link
Reference in a new issue