summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0857e663834e4bfe00afa814e6f21cc17d9b1030 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Hugo Posnic <hugo.posnic@gmail.com>
# Author: Hugo Posnic <hugo.posnic@gmail.com>
# Author: Nathan Seva <nathan.seva@outlook.fr>
pkgname=imeditor
pkgver=0.1
pkgrel=1
pkgdesc="Simple & versatile image editor."
arch=("any")
url="https://github.com/ImEditor/ImEditor"
license=('GPL')
depends=('python', 'gtk3', 'python-pillow')
source=("git+https://github.com/ImEditor/ImEditor.git")
md5sums=("e1ccff9137139d8f347c9f544af9afe7")

package() {
    cd ${srcdir}/ImEditor-$pkgver
    install -dm755 ${pkgdir}/usr/share/${pkgname}
    cp -R imeditor/* ${pkgdir}/usr/share/${pkgname}
    install -D -m644 ${pkgname}.desktop ${pkgdir}/usr/share/applications/${pkgname}.desktop
}