mirror of
https://github.com/nxshock/simplefileshare.git
synced 2024-11-28 03:21:00 +05:00
Update PKGBUILD for new version
This commit is contained in:
parent
f0ad3afff9
commit
6b1be244dd
12
PKGBUILD
12
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=simplefileshare
|
||||
pkgver=0.1.0
|
||||
pkgver=0.1.1
|
||||
pkgrel=0
|
||||
pkgdesc="Simple file share"
|
||||
arch=('x86_64' 'aarch64')
|
||||
@ -8,12 +8,18 @@ url="https://github.com/nxshock/$pkgname"
|
||||
makedepends=('go' 'git')
|
||||
options=('!strip')
|
||||
backup=("etc/$pkgname.conf")
|
||||
source=("git+https://github.com/nxshock/$pkgname.git")
|
||||
sha256sums=('SKIP')
|
||||
source=(
|
||||
"git+https://github.com/nxshock/$pkgname.git"
|
||||
'git+https://github.com/dmhendricks/file-icon-vectors')
|
||||
sha256sums=(
|
||||
'SKIP'
|
||||
'SKIP')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname"
|
||||
|
||||
ln -s ../file-icon-vectors/dist/icons/high-contrast icons
|
||||
|
||||
export CGO_CPPFLAGS="${CPPFLAGS}"
|
||||
export CGO_CFLAGS="${CFLAGS}"
|
||||
export CGO_CXXFLAGS="${CXXFLAGS}"
|
||||
|
Loading…
Reference in New Issue
Block a user