mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
21 lines
789 B
Bash
21 lines
789 B
Bash
# contributor (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
|
|
|
|
pkgname=latex-epic
|
|
pkgver=20100113
|
|
pkgrel=3
|
|
pkgdesc="documentstyle option for 'Enhancements to Picture Environment'. (Needed to make pdf with dblatex)"
|
|
arch=('x86_64')
|
|
url="http://tug.ctan.org/tex-archive/macros/latex/contrib/epic/"
|
|
license=('unknown')
|
|
depends=('texlive-core')
|
|
source=(http://mirror.ctan.org/macros/latex/contrib/epic/epic.sty
|
|
http://mirror.ctan.org/macros/latex/contrib/epic/misc.sty)
|
|
md5sums=('0f16087ea2bd68e01386bbe15b3b5b25'
|
|
'e7f9a3621858f0b0703e2b64aaa40cd0')
|
|
|
|
package() {
|
|
mkdir -p $pkgdir/usr/share/texmf-dist/tex/latex/epic/
|
|
install -D $srcdir/epic.sty $pkgdir/usr/share/texmf-dist/tex/latex/epic/
|
|
install -D $srcdir/misc.sty $pkgdir/usr/share/texmf-dist/tex/latex/epic/
|
|
}
|