mirror of
https://github.com/nxshock/simplefileshare.git
synced 2025-04-19 01:01:50 +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
|
pkgname=simplefileshare
|
||||||
pkgver=0.1.0
|
pkgver=0.1.1
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Simple file share"
|
pkgdesc="Simple file share"
|
||||||
arch=('x86_64' 'aarch64')
|
arch=('x86_64' 'aarch64')
|
||||||
@ -8,12 +8,18 @@ url="https://github.com/nxshock/$pkgname"
|
|||||||
makedepends=('go' 'git')
|
makedepends=('go' 'git')
|
||||||
options=('!strip')
|
options=('!strip')
|
||||||
backup=("etc/$pkgname.conf")
|
backup=("etc/$pkgname.conf")
|
||||||
source=("git+https://github.com/nxshock/$pkgname.git")
|
source=(
|
||||||
sha256sums=('SKIP')
|
"git+https://github.com/nxshock/$pkgname.git"
|
||||||
|
'git+https://github.com/dmhendricks/file-icon-vectors')
|
||||||
|
sha256sums=(
|
||||||
|
'SKIP'
|
||||||
|
'SKIP')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$pkgname"
|
cd "$srcdir/$pkgname"
|
||||||
|
|
||||||
|
ln -s ../file-icon-vectors/dist/icons/high-contrast icons
|
||||||
|
|
||||||
export CGO_CPPFLAGS="${CPPFLAGS}"
|
export CGO_CPPFLAGS="${CPPFLAGS}"
|
||||||
export CGO_CFLAGS="${CFLAGS}"
|
export CGO_CFLAGS="${CFLAGS}"
|
||||||
export CGO_CXXFLAGS="${CXXFLAGS}"
|
export CGO_CXXFLAGS="${CXXFLAGS}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user