summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5e04c753218901eb247ad3469636dcbe21aa41d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Maintainer: M Nabil Adani <nblid48[at]gmail[dot]com>

pkgname=sapulatar-qt
pkgver=1.0.dev1
pkgrel=1
pkgdesc='A simple gui apps to help you remove background from various images.'
arch=('any')
url="https://github.com/devlovers-id/sapulatar-qt"
license=('GPLv3')
makedepends=('python-setuptools')
depends=('pyside2' 'python')
source=("${pkgname}::git+https://github.com/devlovers-id/sapulatar-qt")
sha256sums=('SKIP')

# pkgver(){
#     cd "${pkgname}"
#     git describe --long | cut -d "-" -f 1
# }

package() {
   cd "$srcdir/$pkgname"
   python setup.py install --root="$pkgdir/" --optimize=1
}