/debianopt-repo

Additional debian repository for awesome open-source projects.

Primary LanguageMakefileMIT LicenseMIT

DebianOpt Repository

Package build status: Build Status

Description

DebianOpt is an additional repository for Debian users. It provides packages of many interesting open-source softwares. It aims to make it easier to install softwares in Debian as well as providing a way for developers to distribute their awesome projects.

This repository focuses on the latest stable Debian version. Currently Debian 10 (Buster) is supported. Supported CPU architectures are: amd64 i386 arm64 armhf mips64el.

It uses scripts to check updates and build packages automatically, so we can ensure that all packages here are up-to-date!

Add this repo

sudo sh -c "$(curl -fsSL https://raw.githubusercontent.com/coslyk/debianopt-repo/master/add-repo.sh)"

Mirrors and Proxies

Use mirrors or proxies to speed up the downloads. See Mirrors and Proxies for details.

Package list

You can obtain a list of packages from package list as well as recipes.

FAQ

Is it safe to use this repository?

It is safe to your Debian system. We use strict packaging rules to ensure that the packages don't break the dependencies in the Debian's official repository, so installing packages from here won't affect softwares you've installed on your system.

However, since packages here are built automatically and not tested by human, the functionality of programs is not guaranteed. If you meet errors when launching the program, please submit an issue.

For Developer: How to publish

Packages are maintained automatically using scripts. You only need to write a YAML config file. Please see Wiki for details.