last: add new version, fix build on aarch64 (#40216)

Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
This commit is contained in:
snehring 2023-09-27 09:32:18 -05:00 committed by GitHub
parent 43cb49d87a
commit 1cd2d07f0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,10 +16,15 @@ class Last(MakefilePackage):
git = "https://gitlab.com/mcfrith/last.git"
maintainers("snehring")
version("1499", commit="2cc68d3ba8ae5ca46ceeb69302aef18b9db04f46")
version("1282", commit="4368be912f4759e52b549940276f1adf087f489a")
version("869", sha256="6371a6282bc1bb02a5e5013cc463625f2ce3e7746ff2ea0bdf9fe6b15605a67c")
depends_on("zlib-api")
def edit(self, spec, prefix):
if not spec.satisfies("target=x86_64:"):
filter_file("-msse4", "", "makefile")
files = ["mat-doc.sh", "mat-inc.sh", "seed-doc.sh", "seed-inc.sh"]
if spec.satisfies("@1282:"):
files.append("gc-inc.sh")