aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b9b4c3c7334139650df9a9ebe1c6f1556944f024 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: SiƓn Le Roux <sinisterstuf@gmail.com>

pkgname=tomboy-extras
pkgver=0.1
pkgrel=1
pkgdesc="A meta-package depending on all working add-ins for Tomboy."
url="https://github.com/sinisterstuf/tomboy-extras"
depends=('tomboy-calc' 'tomboy-dragndrop' 'tomboy-export-to-latex'
    'tomboy-git-git' 'tomboy-latex' 'tomboy-notepreview'
    'tomboy-reminder' 'tomboy-toc' 'tomboy-todo'
    )
arch=(any)
license=(LGPL)
source=()
md5sums=()

#package() {
    # do nothing
#}