aboutsummaryrefslogtreecommitdiffstats
path: root/community/mate-tweak/APKBUILD
blob: 0aeeb87f987d60c3eb6ee85bbe5f01bdb7dce390 (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
26
27
28
29
30
31
# Contributor: Roberto Oliveira <robertoguimaraes8@gmail.com>
# Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com>
pkgname=mate-tweak
pkgver=18.04.16
pkgrel=0
pkgdesc="Tweak tool for the MATE Desktop"
url="https://github.com/ubuntu-mate/mate-tweak"
arch="all"
license="GPL-2.0"
depends="python3 py-setproctitle"
makedepends="python3-dev py-distutils-extra intltool"
subpackages="$pkgname-doc $pkgname-lang"
source="$pkgname-$pkgver.tar.gz::https://github.com/ubuntu-mate/$pkgname/archive/$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"

build() {
	cd "$builddir"
	python3 setup.py build
}

check() {
	cd "$builddir"
	python3 setup.py check
}

package() {
	cd "$builddir"
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="33d10536e3c6f7b75d728fcc3513080f47183828c87403bd3445ac523f602f62ee40724b25ae0f399eea931f1dbb8c89625112d36861f4befd4a8caa7ab4f273  mate-tweak-18.04.16.tar.gz"