repo deb
The repository can be added to the system by installing a package. The location of the repository can be changed in the future by pushing an update to the repo deb.
This commit is contained in:
parent
7645a4737f
commit
73da6b9d0d
15 changed files with 104 additions and 0 deletions
5
repo-deb/main/debian/changelog
Normal file
5
repo-deb/main/debian/changelog
Normal file
|
@ -0,0 +1,5 @@
|
|||
forgejo-deb-repo (1-0) unstable; urgency=medium
|
||||
|
||||
* This is a pre-release version, install for testing only
|
||||
|
||||
-- crystal <crystal@noreply.codeberg.org> Wed, 2 Jul 2023 19:59:00 +0000
|
1
repo-deb/main/debian/compat
Normal file
1
repo-deb/main/debian/compat
Normal file
|
@ -0,0 +1 @@
|
|||
10
|
19
repo-deb/main/debian/control
Normal file
19
repo-deb/main/debian/control
Normal file
|
@ -0,0 +1,19 @@
|
|||
Source: forgejo-deb-repo
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Maintainer: crystal <crystal@noreply.codeberg.org>
|
||||
Build-Depends: debhelper (>= 10)
|
||||
|
||||
Package: forgejo-deb-repo
|
||||
Architecture: all
|
||||
Priority: optional
|
||||
Depends: forgejo-deb-repokey, apt-transport-https
|
||||
Description: APT Repository for forgejo-deb builds
|
||||
Forgejo will be updated via apt along with other software on your system
|
||||
|
||||
Package: forgejo-deb-repokey
|
||||
Architecture: all
|
||||
Priority: optional
|
||||
Replaces: forgejo-deb-repo
|
||||
Description: APT Repository signing key for forgejo-deb
|
||||
Debian Package Registry key for https://code.forgejo.org/crystal
|
1
repo-deb/main/debian/forgejo-deb-repo.install
Normal file
1
repo-deb/main/debian/forgejo-deb-repo.install
Normal file
|
@ -0,0 +1 @@
|
|||
forgejo-deb.list /etc/apt/sources.list.d
|
1
repo-deb/main/debian/forgejo-deb-repokey.install
Normal file
1
repo-deb/main/debian/forgejo-deb-repokey.install
Normal file
|
@ -0,0 +1 @@
|
|||
code-forgejo-org-crystal.asc /etc/apt/trusted.gpg.d
|
4
repo-deb/main/debian/rules
Executable file
4
repo-deb/main/debian/rules
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@ --with=systemd
|
Loading…
Add table
Add a link
Reference in a new issue