Compare commits
No commits in common. "31b99048205ca806ba2e11e0355cdc048d239b05" and "f1a4add697f1a2bf7470e77cd6ae6d1a3f9db45d" have entirely different histories.
31b9904820
...
f1a4add697
|
@ -1 +0,0 @@
|
|||
12
|
|
@ -1,14 +0,0 @@
|
|||
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...
|
|
@ -1 +0,0 @@
|
|||
dufs /usr/bin
|
|
@ -1,25 +0,0 @@
|
|||
#!/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)
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname="dufs"
|
||||
arch="amd64"
|
||||
pkgver="0.41.0"
|
||||
pkgver="0.39.0"
|
||||
pkgrel=3
|
||||
pkgdesc="A file server that supports static serving, uploading, searching, accessing control, webdav..."
|
||||
url="https://github.com/sigoden/dufs"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname="filebrowser"
|
||||
arch="amd64"
|
||||
pkgver="2.30.0"
|
||||
pkgver="2.27.0"
|
||||
pkgrel=2
|
||||
pkgdesc="Web File Browser"
|
||||
maintainer="Leafee98 <me@leafee98.com>"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
pkgname="forgejo"
|
||||
arch="amd64"
|
||||
pkgrel=1
|
||||
pkgver="7.0.5"
|
||||
pkgver="7.0.2"
|
||||
pkgdesc="A painless selfhost git service."
|
||||
url="https://codeberg.org/forgejo/forgejo"
|
||||
maintainer="Leafee98 <me@leafee98.com>"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#/usr/bin/env bash
|
||||
|
||||
pkgname="remark42"
|
||||
pkgver=1.13.0
|
||||
pkgver=1.12.0
|
||||
pkgrel=5
|
||||
arch="amd64"
|
||||
pkgcommit=""
|
||||
|
|
Loading…
Reference in a new issue