Skip to content

mocaccinoOS/repository-index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mocaccino Repository index

This repository it is automatically built and contains the mocaccino repository index (built with luet).

You can also build this repo locally if you wish:

$ make deps
$ LUET=$GOPATH/bin/luet make build-all create-repo

To consume this repository with Luet, add in the luet.yaml:

repositories:
- name: "mocaccino-repository-index"
  description: "MocaccinoOS Repository index"
  type: "http"
  enable: true
  cached: true
  priority: 1
  urls:
  - "https://raw.githubusercontent.com/mocaccinoOS/repository-index/gh-pages"

or create this file under luet repositories dir (/etc/luet/repos.conf.d/mocaccino-repository-index.yml):

name: "mocaccino-repository-index"
description: "MocaccinoOS Repository Index"
type: "http"
enable: true
cached: true
priority: 1
urls:
- "https://raw.githubusercontent.com/mocaccinoOS/repository-index/gh-pages"

About

📒 Index for Luet repositories

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published