summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 61ad588880e21e2dd5a9ac12fa4ce82bd7029588 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: matheuz1210 <matheuz1210 at gmail dot com>

pkgname=wsid
pkgver=0.2
pkgrel=1
pkgdesc='web show image directory'
arch=(any)
url='https://github.com/matheuz1210/wsid'
license=(GPL)
depends=(
    'python>=3.9' )
makedepends=(
    git )
optdepends=(
    'python-pyqt5: for gui' )
source=(
    "${pkgname%-git}::git+${url}#tag=${pkgver}" )
b2sums=(SKIP)

package(){
    cd "${srcdir}/${pkgname%-git}"
    install -Dm755 wsid -t "${pkgdir}/usr/bin"
}