summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 84a51e7800012f0a446a95231d0916dea82eab64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: egoroff <egoroff@gmail.com>
pkgname=solv-bin
pkgver=0.11.1
pkgrel=1
arch=('x86_64')
pkgdesc="SOLution Validation tool that analyzes Microsoft Visual Studio solutions (binary release)"
url="https://github.com/aegoroff/solv"
license=('MIT')
source=("https://github.com/aegoroff/solv/releases/download/${pkgver}/solv-${pkgver}-x86_64-unknown-linux-musl.tar.gz")
sha256sums=('234c4f487a59b09ba779426c0996b7dfe732e768d751c438d024f20502592153')

build() {
    return 0
}

package() {
    install -Dm0755 "solv" "$pkgdir/usr/bin/solv"
}