0.16.0.4
All checks were successful
Build / Build project (push) Successful in 2m42s

This commit is contained in:
Alexander Zhirov 2025-05-02 14:28:23 +03:00
parent 7c01065fd7
commit 6f59876cc4
Signed by: alexander
GPG key ID: C8D8BE544A27C511
2 changed files with 21 additions and 0 deletions

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# dscanner
Swiss-army knife for D source code.

18
package.yml Normal file
View 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