Compare commits

...

7 commits

Author SHA1 Message Date
leafee98 31b9904820 update forgejo-bin to 7.0.5 2024-07-06 23:17:46 +08:00
leafee98 813417203f update remark42-bin to 1.13.0 2024-07-06 23:14:06 +08:00
leafee98 3ec5686137 update forgejo-bin to 7.0.4 2024-07-06 23:12:54 +08:00
leafee98 3184d1f89c update filebrowser-bin to 2.30.0 2024-07-06 23:12:24 +08:00
leafee98 fe099caec6 update dufs-bin to 0.41.0 2024-07-06 23:11:29 +08:00
leafee98 73ee6900c4 edit: dufs-bin remove unused systemd config 2024-06-16 17:06:37 +08:00
leafee98 6c4dc655a5 dufs-bin bascially work 2024-05-25 21:22:34 +08:00
8 changed files with 45 additions and 4 deletions

View file

@ -0,0 +1 @@
12

View file

@ -0,0 +1,14 @@
Source: dufs
Section: net
Priority: optional
Maintainer: leafee98 <me@leafee98.com>
Build-Depends: debhelper (>= 10)
Package: dufs-bin
Architecture: amd64
Priority: optional
Provides: dufs
Conflicts: dufs
Description: A distinctive utility webdav file server.
Dufs is a distinctive utility file server that supports static
serving, uploading, searching, accessing control, webdav...

View file

@ -0,0 +1 @@
dufs /usr/bin

25
debhelper/dufs-bin/debian/rules Executable file
View file

@ -0,0 +1,25 @@
#!/usr/bin/make -f
VERSION=0.41.0
ARCHITECTURE=amd64
PACKAGE_NAME=dufs
DOWNLOAD_NAME=dufs-v$(VERSION)-x86_64-unknown-linux-musl.tar.gz
DOWNLOAD_URL=https://github.com/sigoden/dufs/releases/download/v$(VERSION)/$(DOWNLOAD_NAME)
%:
dh "$@"
leafee98_truncate_changelog:
rm --force debian/changelog
debchange --create \
--package $(PACKAGE_NAME) \
--newversion $(VERSION) \
"Auto build"
leafee98_prepare:
curl --location \
--show-error \
--output $(DOWNLOAD_NAME) \
$(DOWNLOAD_URL)
tar -xf $(DOWNLOAD_NAME)

View file

@ -2,7 +2,7 @@
pkgname="dufs"
arch="amd64"
pkgver="0.39.0"
pkgver="0.41.0"
pkgrel=3
pkgdesc="A file server that supports static serving, uploading, searching, accessing control, webdav..."
url="https://github.com/sigoden/dufs"

View file

@ -2,7 +2,7 @@
pkgname="filebrowser"
arch="amd64"
pkgver="2.27.0"
pkgver="2.30.0"
pkgrel=2
pkgdesc="Web File Browser"
maintainer="Leafee98 <me@leafee98.com>"

View file

@ -3,7 +3,7 @@
pkgname="forgejo"
arch="amd64"
pkgrel=1
pkgver="7.0.2"
pkgver="7.0.5"
pkgdesc="A painless selfhost git service."
url="https://codeberg.org/forgejo/forgejo"
maintainer="Leafee98 <me@leafee98.com>"

View file

@ -1,7 +1,7 @@
#/usr/bin/env bash
pkgname="remark42"
pkgver=1.12.0
pkgver=1.13.0
pkgrel=5
arch="amd64"
pkgcommit=""