diff --git a/README.md b/README.md new file mode 100644 index 0000000..18b7edf --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# dscanner + +Swiss-army knife for D source code. diff --git a/package.yml b/package.yml new file mode 100644 index 0000000..49220e3 --- /dev/null +++ b/package.yml @@ -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