summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: da0f55ad1fec7e5a470756f8e2e27c5c104005f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer:  nissen22


pkgname=cudatext-gtk2-bin
pkgver=1.154.0.0
pkgrel=1
pkgdesc="Cross-platform text editor, written in Lazarus"
arch=('x86_64')
url="http://uvviewsoft.com/cudatext"
license=('MPL2')
depends=('gtk2'
         'python')
provides=('cudatext')
conflicts=('cudatext-qt5-bin')
options=('!strip')
source=("http://www.uvviewsoft.com/cudatext/files_linux/cudatext_${pkgver}-${pkgrel}_gtk2_amd64.deb")
sha256sums=('81972b3edd7d50f506b9f83a462178aee43705ea6928e4128ead3bd4d3fd2027')

package() {
    tar xvf "${srcdir}/data.tar.xz" -C "${pkgdir}/"
}