mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
smlfmt: update to 1.2.0.
This commit is contained in:
parent
92538b25bc
commit
db2492aaf9
2 changed files with 2 additions and 17 deletions
|
@ -1,15 +0,0 @@
|
|||
diff --git a/Makefile b/Makefile
|
||||
index 8a8ba9f..85c4303 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -16,8 +16,8 @@ demo.dbg: $(SOURCES)
|
||||
|
||||
.PHONY: install
|
||||
install: smlfmt
|
||||
- install -d $(PREFIX)/bin/
|
||||
- install -m 755 smlfmt ${PREFIX}/bin/
|
||||
+ install -d $(DESTDIR)$(PREFIX)/bin/
|
||||
+ install -m 755 smlfmt $(DESTDIR)$(PREFIX)/bin/
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'smlfmt'
|
||||
pkgname=smlfmt
|
||||
version=1.1.0
|
||||
version=1.2.0
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="mlton"
|
||||
|
@ -9,7 +9,7 @@ maintainer="ii8 <murray.calavera@protonmail.com>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/shwestrick/smlfmt"
|
||||
distfiles="https://github.com/shwestrick/smlfmt/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=ca957b3a72615d292443742a1b155d180d963e1c4e17d4d2644af4fb53be627f
|
||||
checksum=6517b0186518308d26f388d882af3b6106103a3ca3f00a4974e54fb526225df5
|
||||
nocross=yes
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue