mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 19:40:37 +00:00
da20785685
Former-commit-id: 23f542f43b4b493e38f5aa4c29788ed93a63b43b [formerly 71b23a6a28eb045fcfeab6329de69f1e5455486b] Former-commit-id: d12b3a6decc876f010a71f98e11df7387c1aaf2a
26 lines
696 B
Plaintext
26 lines
696 B
Plaintext
Source: {{.Name}}
|
|
Section: science
|
|
Priority: extra
|
|
Maintainer: {{.Author}}
|
|
Build-Depends: debhelper (>= 8.0.0), golang-1.9
|
|
Standards-Version: 3.9.5
|
|
Homepage: https://ethereum.org
|
|
Vcs-Git: git://github.com/ethereum/go-ethereum.git
|
|
Vcs-Browser: https://github.com/ethereum/go-ethereum
|
|
|
|
Package: {{.Name}}
|
|
Architecture: any
|
|
Depends: ${misc:Depends}, {{.ExeList}}
|
|
Description: Meta-package to install geth and other tools
|
|
Meta-package to install geth and other tools
|
|
|
|
{{range .Executables}}
|
|
Package: {{$.ExeName .}}
|
|
Conflicts: {{$.ExeConflicts .}}
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Built-Using: ${misc:Built-Using}
|
|
Description: {{.Description}}
|
|
{{.Description}}
|
|
{{end}}
|