Automatic APT repositories for your .deb packages
Go to file
Sam W d0238d3faa Move file backend into own file 2023-05-04 22:38:00 +01:00
cmd modularise backend a bit 2023-05-01 22:50:43 +01:00
.envrc initial working disaster 2023-05-01 01:22:25 +01:00
.gitignore initial working disaster 2023-05-01 01:22:25 +01:00
backend.go Move file backend into own file 2023-05-04 22:38:00 +01:00
backend_file.go Move file backend into own file 2023-05-04 22:38:00 +01:00
flake.lock initial working disaster 2023-05-01 01:22:25 +01:00
flake.nix initial working disaster 2023-05-01 01:22:25 +01:00
go.mod initial working disaster 2023-05-01 01:22:25 +01:00
go.sum initial working disaster 2023-05-01 01:22:25 +01:00
package.go modularise backend a bit 2023-05-01 22:50:43 +01:00
readme.md Add readme 2023-05-01 01:28:02 +01:00
release.go modularise backend a bit 2023-05-01 22:50:43 +01:00
repo.go modularise backend a bit 2023-05-01 22:50:43 +01:00
util.go modularise backend a bit 2023-05-01 22:50:43 +01:00

readme.md

Debanator

Easily make a debian apt repo from a bunch of .deb files.

  • You have some deb files
  • You want to be able to apt-get install them on systems
  • You want this to happen automatically (perhaps the debs are on a webdav share, or in github releases)

Status

Proof of concept. Neither fast, efficient, secure, neat, or featureful

Discussion

  • Yes, you could just use dpkg-scanpackages, but you'd have to write some script which did that, plus gpg and also fetched your packages from wherever they are.