Page MenuHomeSolus

D11190.id26975.diff
No OneTemporary

D11190.id26975.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: package.yml
===================================================================
--- /dev/null
+++ 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
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,35 @@
+<PISI>
+ <Source>
+ <Name>gocloc</Name>
+ <Homepage>https://github.com/hhatto/gocloc</Homepage>
+ <Packager>
+ <Name>Martin Reboredo</Name>
+ <Email>yakoyoku@gmail.com</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>programming.tools</PartOf>
+ <Summary xml:lang="en">Go Count Lines Of Code</Summary>
+ <Description xml:lang="en">A little fast cloc (Count Lines Of Code), written in Go.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>gocloc</Name>
+ <Summary xml:lang="en">Go Count Lines Of Code</Summary>
+ <Description xml:lang="en">A little fast cloc (Count Lines Of Code), written in Go.
+</Description>
+ <PartOf>programming.tools</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/gocloc</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2021-05-30</Date>
+ <Version>0.4.1</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Martin Reboredo</Name>
+ <Email>yakoyoku@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
May 24 2023, 10:41 PM (11 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5833037
Default Alt Text
D11190.id26975.diff (2 KB)

Event Timeline