summarylogtreecommitdiffstats
path: root/PKGBUILD.template
blob: 9610ec499fe3114631ae63580d6296058b68cb58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Maintainer : EnteEnteEnte <ducksource@duckpond.ch>
# vim: set ts=2 sw=2 et:

pkgname="__NAME__"
pkgver="__VERSION__"
pkgrel=__REL__
pkgdesc="Full bitscope software package for oscilloscopes"
arch=('i686' 'x86_64')
url="http://www.bitscope.com"
license=('custom')
depends=(bitscope-dso bitscope-logic bitscope-meter bitscope-chart bitscope-server)

package() {
 echo "do nothing" > /dev/null
}