blob: 1f9040cfc270606e5b372f3bf459ee9123fe4f2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
prefix: "stage2-algaos-"
source: "stage1-algaos-@SUFFIX:-latest@.tar.xz"
profile: "algaos:default/linux/amd64/23.0/algaos/desktop/default/systemd"
break_circular:
uses: "-sysprof -avif"
package_use: |
dev-python/pillow -truetype
repo_name: 'algaos'
repos_conf: |
[DEFAULT]
main-repo = algaos
[algaos]
location = /var/db/repos/algaos
sync-type = git
sync-uri = https://github.com/sergiotarxz/algaos-ebuild-tree.git
auto-sync = yes
|