summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa0a4371570e..b3e9a1ebe7a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,12 @@
pkgbase = binserve-git
+ pkgdesc = A blazingly fast static web server with routing, templating, and security in a single binary you can set up with zero code - written in Rust.
pkgver = 0.1.0.r28.g4bee064
pkgrel = 1
+ url = https://github.com/mufeedvh/binserve
arch = any
license = GPL
+ makedepends = cargo
+ conflicts = binserve
source = git+https://github.com/mufeedvh/binserve
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8c25496f0683..9aad31392613 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,17 +9,17 @@ _pkgname=binserve
pkgver=0.1.0.r28.g4bee064
pkgrel=1
epoch=
-pkgdesc=""
+pkgdesc="A blazingly fast static web server with routing, templating, and security in a single binary you can set up with zero code - written in Rust."
arch=("any")
-url=""
+url="https://github.com/mufeedvh/binserve"
license=('GPL')
groups=()
depends=()
-makedepends=()
+makedepends=("cargo")
checkdepends=()
optdepends=()
provides=()
-conflicts=()
+conflicts=("binserve")
replaces=()
backup=()
options=()