summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2b1217ce306b7b09c32b8cea7489f177817dd432 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Yufan You <ouuansteve at gmail>

pkgname=htmltest-bin
pkgver=0.17.0
pkgrel=1
provides=('htmltest')
conflicts=('htmltest')
pkgdesc='Test generated HTML for problems'
arch=('x86_64')
url="https://github.com/wjdp/htmltest"
license=('MIT')
source=(
    "https://github.com/wjdp/htmltest/releases/download/v${pkgver}/htmltest_${pkgver}_linux_amd64.tar.gz"
    "https://github.com/wjdp/htmltest/raw/v${pkgver}/LICENCE"
)
sha256sums=('775c597ee74899d6002cd2d93076f897f4ba68686bceabe2e5d72e84c57bc0fb'
            '7aa00c7fdb5b0284ee72b0fdb18a0bede0f0479703ca3224e0acb47d2016fb71')

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