Compare commits
2 commits
acbf39e6e9
...
c9fa2af808
Author | SHA1 | Date | |
---|---|---|---|
|
c9fa2af808 | ||
|
8fa4db283f |
2 changed files with 4 additions and 2 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
*
|
||||||
|
!PKGBUILD
|
||||||
|
!.gitignore
|
3
PKGBUILD
3
PKGBUILD
|
@ -1,6 +1,6 @@
|
||||||
pkgname=mossfets-life
|
pkgname=mossfets-life
|
||||||
pkgver=0.9.4
|
pkgver=0.9.4
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A GTK Game of Life implementation"
|
pkgdesc="A GTK Game of Life implementation"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://mossfet.xyz/projects/life/"
|
url="https://mossfet.xyz/projects/life/"
|
||||||
|
@ -30,7 +30,6 @@ b2sums=('SKIP')
|
||||||
prepare() {
|
prepare() {
|
||||||
cd game-of-life-gui
|
cd game-of-life-gui
|
||||||
export RUSTUP_TOOLCHAIN=nightly
|
export RUSTUP_TOOLCHAIN=nightly
|
||||||
cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue