dscanner/package.yml
Alexander Zhirov 6f59876cc4
All checks were successful
Build / Build project (push) Successful in 2m42s
0.16.0.4
2025-05-02 14:28:23 +03:00

18 lines
558 B
YAML

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