Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : restic | name : restic | ||||
| version : 0.9.6 | version : 0.10.0 | ||||
| release : 13 | release : 14 | ||||
| source : | source : | ||||
| - https://github.com/restic/restic/releases/download/v0.9.6/restic-0.9.6.tar.gz : 1cc8655fa99f06e787871a9f8b5ceec283c856fa341a5b38824a0ca89420b0fe | - https://github.com/restic/restic/archive/v0.10.0.tar.gz : 067fbc0cf0eee4afdc361e12bd03b266e80e85a726647e53709854ec142dd94e | ||||
| license : BSD-2-Clause | license : BSD-2-Clause | ||||
| component : system.utils | component : system.utils | ||||
| summary : Fast, secure, efficient backup program | summary : Fast, secure, efficient backup program | ||||
| networking : yes | |||||
| description: | | description: | | ||||
| restic is a backup program that is fast, efficient and secure. | restic is a backup program that is fast, efficient and secure. | ||||
| builddeps : | builddeps : | ||||
| - golang | - golang | ||||
| build : | | build : | | ||||
| %make | %make | ||||
| ./restic generate --man doc/man | ./restic generate --man doc/man | ||||
| ./restic generate --bash-completion doc/restic | ./restic generate --bash-completion doc/restic | ||||
| ./restic generate --zsh-completion doc/_restic | ./restic generate --zsh-completion doc/_restic | ||||
| install : | | install : | | ||||
| install -D -m 00755 $workdir/restic $installdir/usr/bin/restic | install -Dm00755 $workdir/restic $installdir/usr/bin/restic | ||||
| install -D -m 00644 $workdir/README.rst $installdir/usr/share/doc/restic/README | install -Dm00644 $workdir/README.rst $installdir/usr/share/doc/restic/README | ||||
| install -D -m 00644 -t $installdir/usr/share/man/man1 $workdir/doc/man/*.1 | install -Dm00644 -t $installdir/usr/share/man/man1 $workdir/doc/man/*.1 | ||||
| install -D -m 00644 $workdir/doc/restic $installdir/usr/share/bash-completion/completions/restic | install -Dm00644 $workdir/doc/restic $installdir/usr/share/bash-completion/completions/restic | ||||
| install -D -m 00644 $workdir/doc/_restic $installdir/usr/share/zsh/site-functions/_restic | install -Dm00644 $workdir/doc/_restic $installdir/usr/share/zsh/site-functions/_restic | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.