summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 33e89eea0fd0857b8bdbfe07beec26ea825ea1ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: ChacaS0 <incoming+chacas0-chksum-13830438-issue-@incoming.gitlab.com>
pkgname=chksum-bin-git
pkgver=0.1
pkgrel=1
pkgdesc="Check and compare easily the checksum of a file (binary version)."
arch=('x86_64')
url="https://gitlab.com/ChacaS0/chksum"
license=('Apache')
makedepends=('git')
provides=("chksum")
conflicts=("chksum")
source=("https://gitlab.com/chacas0/chksum/-/jobs/artifacts/master/download?job=build"
        'https://gitlab.com/ChacaS0/chksum/raw/master/LICENSE')
sha256sums=('SKIP'
            'cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30')

package () {
    install -Dm755 "${pkgname%-bin-git}" "$pkgdir/usr/bin/${pkgname%-bin-git}"
    install -Dm644 LICENSE "$pkgdir/usr/share/licenses/${pkgname%-bin-git}/LICENSE"
}