summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 16264a8b00bd4a5fcb544ce653ea97b592e70f13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: bgh <aur at bgh dot io>

_pkgname=it-tools
pkgname="${_pkgname}-web"
pkgver=2023.12.21_5ed3693
pkgrel=1
pkgdesc='Collection of handy online tools for developers, with great UX'
arch=('any')
url="https://github.com/CorentinTh/${_pkgname}"
license=('GPL3')
source=("${url}/releases/download/v${pkgver//_/-}/${_pkgname}-${pkgver//_/-}.zip")
b2sums=('8172a15e2fe5247187b741cb5274b6a1a9ee8610cead4f2d866cdfbe8dc55c6813befbd27fa8acceefc6e714d708c12fb4312fdae9a095a665dc510009fca95f')

package() {
    local _dest_dir="/usr/share/webapps/${_pkgname}"

    install --directory "${pkgdir}${_dest_dir}"
    cp --recursive --no-target-directory dist "${pkgdir}${_dest_dir}"
}