summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b981e9c004a2e714e74a745e0fe5691e186de62e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Maintainer: Grey Christoforo <first name [at] last name [dot] net>

pkgname=weblogo
pkgver=3.4.1
pkgrel=1
pkgdesc="A web based application designed to make the generation of sequence logos as easy and painless as possible"
url="http://weblogo.berkeley.edu//"
arch=('i686' 'x86_64')
license=('custom (MIT)')
depends=('ghostscript')
source=("https://github.com/WebLogo/${pkgname}/archive/${pkgver}.tar.gz")
md5sums=('7201942b419ca8fbb9395a11b0e34f9c')
#options=(!strip docs libtool emptydirs !zipman staticlibs !upx)

prepare(){
msg "preparing"
}

build(){
msg "building"
}

package() {
msg "packaging"
}

# vim:set ts=2 sw=2 et:#