summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 63876fafa1aba664083163d52b08a471c2e09ccd (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
# Maintainer: 1ridic <i@iridium.cyou>
pkgname=wcs
pkgver=1.2.3
provides=('wcs')
conflicts=('wcs')
license=('GPL2')
pkgrel=1
pkgdesc="\"wcs\" Stream Meter"
arch=(x86_64)
url="https://www.tansi.org/tools/index.html"
depends=(glibc)
makedepends=(gcc)
source=("https://www.tansi.org/tools/wcs.c")
sha256sums=('SKIP')

build() {
	gcc wcs.c -o wcs
}

package() {
  install -Dm755 $srcdir/wcs $pkgdir/usr/bin/wcs
}