diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,6 @@ +This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository. + +- Martin Reboredo + - IRC: YakoYako + - Email: yakoyoku@gmail.com + - Matrix: @yakoyakoyokuyoku:matrix.org diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,20 @@ +name : gocloc +version : 0.4.1 +release : 1 +source : + - https://github.com/hhatto/gocloc/archive/refs/tags/v0.4.1.tar.gz : 528be5009996b4177936be508aa494c289adddf58e4694b1a36067bda433f783 +homepage : https://github.com/hhatto/gocloc +license : MIT +component : programming.tools +summary : Go Count Lines Of Code +description: | + A little fast cloc (Count Lines Of Code), written in Go. +networking : yes +builddeps : + - golang +build : | + %make +install : | + install -Dm00755 bin/gocloc $installdir/usr/bin/gocloc +check : | + %make test diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,35 @@ + + + gocloc + https://github.com/hhatto/gocloc + + Martin Reboredo + yakoyoku@gmail.com + + MIT + programming.tools + Go Count Lines Of Code + A little fast cloc (Count Lines Of Code), written in Go. + + https://getsol.us/sources/README.Solus + + + gocloc + Go Count Lines Of Code + A little fast cloc (Count Lines Of Code), written in Go. + + programming.tools + + /usr/bin/gocloc + + + + + 2021-08-25 + 0.4.1 + Packaging update + Martin Reboredo + yakoyoku@gmail.com + + + \ No newline at end of file