31 lines
832 B
YAML
31 lines
832 B
YAML
|
# Configure automatic updates for ebuilds.
|
||
|
app-admin/chezmoi-bin:
|
||
|
resolver: git
|
||
|
options:
|
||
|
url: https://github.com/twpayne/chezmoi
|
||
|
app-admin/1password:
|
||
|
resolver: apt
|
||
|
options:
|
||
|
repository: "deb https://downloads.1password.com/linux/debian/amd64 stable main"
|
||
|
package: 1password
|
||
|
app-arch/7-zip:
|
||
|
resolver: git
|
||
|
options:
|
||
|
url: https://github.com/ip7z/7zip
|
||
|
dev-util/mise:
|
||
|
resolver: git
|
||
|
options:
|
||
|
url: https://github.com/jdx/mise
|
||
|
|
||
|
# We have to regenerate the ebuild to get new crates and licenses to
|
||
|
# be reflected, so we have to have custom steps.
|
||
|
steps:
|
||
|
- command: git clone https://github.com/jdx/mise .
|
||
|
- original_ebuild: mise.ebuild
|
||
|
- command: pycargoebuild -i mise.ebuild
|
||
|
- ebuild: mise.ebuild
|
||
|
net-im/armcord:
|
||
|
resolver: git
|
||
|
options:
|
||
|
url: https://github.com/ArmCord/ArmCord
|