Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ShalokShalom/01d314f9b1cd7a3f689d6b72dac8649b to your computer and use it in GitHub Desktop.
Save ShalokShalom/01d314f9b1cd7a3f689d6b72dac8649b to your computer and use it in GitHub Desktop.
pkgname=ring
pkgver=1.4.1
pkgrel=1
pkgdesc="A general propose programming language with qt bindings"
url=http://ring-lang.net/
arch=(x86_64)
license=(GPL2)
depends=("mariadb qt5-base unixodbc gnutls openssl qt5-multimedia qt5-serialport qt5-webkit allegro")
source=("https://github.com/ring-lang/ring/archive/v1.4.1.tar.gz")
sha256sums=('1b8cf3fb428563e645e1b348185c96cf7e7def374ce071a561551fd9cddb1145')
build() {
cmake ${pkgname}-${pkgver}
make
}
package() {
cd ${pkgname}-${pkgver}
make install
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment