summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
l---------[-rw-r--r--]PKGBUILD30
2 files changed, 2 insertions, 30 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a72002f8b4a..bd450a477dd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = conway-gol-git
pkgdesc = Personal implementation of Conway's Game Of Life. See the README for more info.
- pkgver = 0.5.1
+ pkgver = 0.6.0
pkgrel = 1
url = https://gitlab.com/Epacnoss/conway-gol.git
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 25ed1f232633..8987c8fe6a0c 100644..120000
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,29 +1 @@
-# Maintainer: Jack Maguire <jackmaguire1234 at gmail dot com>
-pkgname=conway-gol-git
-pkgver=0.5.1
-pkgrel=1
-pkgdesc="Personal implementation of Conway's Game Of Life. See the README for more info."
-arch=(x86_64)
-url="https://gitlab.com/Epacnoss/conway-gol.git"
-license=('MIT')
-makedepends=('rust' 'cargo')
-provides=("${pkgname}")
-conflicts=("${pkgname}")
-replaces=("${pkgname}")
-noextract=()
-
-pkgver () {
- printf "0.5.1"
-}
-
-
-package() {
- git clone $url
- cd conway-gol
-
- cargo test --release
- cargo build --release
-
- install -Dm664 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
- install -Dm755 "target/release/conway-gol" "${pkgdir}"/usr/bin/conway-gol
-}
+/home/jack/Documents/Code/Rust/conway-gol/PKGBUILD \ No newline at end of file