diff options
| -rw-r--r-- | packages/swenu/swenu.sh | 6 | ||||
| -rw-r--r-- | todo.txt | 7 |
2 files changed, 7 insertions, 6 deletions
diff --git a/packages/swenu/swenu.sh b/packages/swenu/swenu.sh index dec9ff3..1780490 100644 --- a/packages/swenu/swenu.sh +++ b/packages/swenu/swenu.sh @@ -3,11 +3,11 @@ pkg_name="Swenu" pkg_desc="Simple Wayland ENU" pkg_webpage="https://github.com/NAHTAIV3L/swenu" pkg_license="GPL-3.0" -pkg_version=1.1.0 +pkg_version=1.1.1 pkg_source_name="swenu-$pkg_version.tar.gz" pkg_source_url="https://github.com/NAHTAIV3L/swenu/archive/refs/tags/$pkg_version.tar.gz" -pkg_source_checksum="22cf0055907efa0570d4108b87f34289fea3a4c9e95289708ce99cab902b2aab" +pkg_source_checksum="eea5335b29e00d21fc8285c50e767a1a1122923fb82c0cde11db20975902d042" configure() { echo "nothing to configure..." @@ -15,7 +15,7 @@ configure() { build() { echo "building swenu..." - make + make -j16 } install() { @@ -4,10 +4,11 @@ SNAG - [x] add output and error functions for regular program output, make emalloc also have file info, also gen sh to configure - [x] download packages to download db and verify hash - [x] cache download and rename "download" db to source, archive, or release db -- [ ] make unpack source function and run build function actually work -- [ ] snag api +- [x] make unpack source function and run build function actually work +- [ ] snag api for attributes +- [ ] standardized options for CC, make, etc +- [ ] strace package build and detect dependencies and file list - [ ] proper download with snag api (supports git download) -- [ ] proper installation - [ ] dependencies Things to come back to |
