summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f93f4ec3459de6b36189ff07edb765c54aea4322 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Udit Karode <udit.karode@gmail.com>
pkgname="ucc"
pkgver=2.8
pkgrel=1
pkgdesc="A bash based wrapper around the DOS based tcc, lets you compile TurboC(++) programs directly from the terminal."
arch=("x86_64")
url="https://github.com/uditkarode/ucc.git"
license=('sha265')
depends=('dosbox' 'git' 'wget' 'curl')
source=(${pkgname}::git+https://github.com/uditkarode/ucc.git)
md5sums=('SKIP')

package() {
	install -Dm777 "${pkgname}/ucc" "${pkgdir}/usr/bin/ucc"
	chmod a+x "${pkgdir}/usr/bin/ucc"
}