summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5dbd2821140365755fcc1e4e7546c5ec2f74c5b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Kiri <kiri_so@gmail.com>
pkgname=lumins-bin
pkgver=0.3.0
pkgrel=1
pkgdesc="A fast and reliable alternative to rsync for synchronizing local files"
arch=('x86_64')
url="https://github.com/wchang22/LuminS"
license=('MIT')
provides=('lms')
install=
source=("https://github.com/wchang22/LuminS/releases/download/v${pkgver}/lms"
"LICENSE::https://raw.githubusercontent.com/wchang22/LuminS/master/LICENSE")
md5sums=('445e0424e4ea278b5afcd0bd45d5735e'
         'b288a44ff8d3a8991c44878b97794c58')

package() {
  cd "${srcdir}"
  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/lumins-bin/LICENSE
  install -Dm755 "$srcdir"/lms -t "$pkgdir"/usr/bin/
}