mirror of
https://github.com/nxshock/simplefileshare.git
synced 2025-07-02 00:13:36 +05:00
Allow serving unix sockets
This commit is contained in:
parent
c41ff56ffa
commit
4847a2d05a
5 changed files with 35 additions and 14 deletions
16
PKGBUILD
16
PKGBUILD
|
@ -1,19 +1,19 @@
|
|||
pkgname=simplefileshare
|
||||
pkgver=0.1.4
|
||||
pkgver=0.1.5
|
||||
pkgrel=0
|
||||
pkgdesc="Simple file share"
|
||||
arch=('x86_64' 'aarch64')
|
||||
license=('GPL')
|
||||
arch=("x86_64" "aarch64")
|
||||
license=("GPL")
|
||||
url="https://github.com/nxshock/$pkgname"
|
||||
makedepends=('go' 'git')
|
||||
options=('!strip')
|
||||
makedepends=("go" "git")
|
||||
options=("!strip")
|
||||
backup=("etc/$pkgname.conf")
|
||||
source=(
|
||||
"git+https://github.com/nxshock/$pkgname.git"
|
||||
'git+https://github.com/dmhendricks/file-icon-vectors')
|
||||
"git+https://github.com/dmhendricks/file-icon-vectors")
|
||||
sha256sums=(
|
||||
'SKIP'
|
||||
'SKIP')
|
||||
"SKIP"
|
||||
"SKIP")
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue