summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e35486255ac9e9b06e04af1e232a91fdc9c38e3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Anonymous <dnrops@anonymous.com>
#
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur

pkgname=serve-cli-bin
pkgver=1.0.4
pkgrel=1
pkgdesc="This is a file serving and file upload service in the local area network (LAN) CLI"
url="https://dnrops.gitee.io"
license=("MIT")
arch=("x86_64")
provides=("serve-cli")
conflicts=("serve-cli")
source=("https://gitlab.com/andrew_ryan/serve-cli/-/raw/master/serve-cli-1.0.4-x86_64.tar.gz")
sha256sums=('bb09a36f5e1c515dc5e10c3694727f5372df4017b3f13b4e4584b7918b67834c')

package() {
    install -Dm755 serve-cli -t "$pkgdir/usr/bin"
    install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}