mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 14:07:15 +08:00
adding texmaker, voted in from ccr
This commit is contained in:
parent
c483125022
commit
6382e23729
28
texmaker/PKGBUILD
Normal file
28
texmaker/PKGBUILD
Normal file
@ -0,0 +1,28 @@
|
||||
#
|
||||
# Chakra Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
# contributor: Fabio Lima <fheday@dcc.fc.up.pt>
|
||||
# contributor: Tomàs Deltell <tdeltell@gmx.es>
|
||||
|
||||
|
||||
|
||||
pkgname=texmaker
|
||||
pkgver=3.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="The LaTeX IDE TexMaker. Gives you an environment where you can easily create and manage LaTeX documents."
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.xm1math.net/texmaker/"
|
||||
license=('GPL')
|
||||
depends=('qt>=4.6.1' 'poppler-qt')
|
||||
|
||||
source=(http://www.xm1math.net/texmaker/texmaker-$pkgver.tar.bz2)
|
||||
md5sums=('d375c8f486fe44f3f2a2a7d2ddac08f3')
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
qmake texmaker.pro
|
||||
make || return 1
|
||||
make install INSTALL_ROOT="$pkgdir"
|
||||
}
|
Loading…
Reference in New Issue
Block a user