Page 2 of 2
Re: macOS-like application packages
Posted: Tue Jan 24, 2017 12:55 am
by Boris
Once my OS can handle it, I will opt for a
Portage lookalike system
Re: macOS-like application packages
Posted: Tue Jan 24, 2017 1:41 am
by iansjack
Boris wrote:Once my OS can handle it, I will opt for a
Portage lookalike system
I think you mean a Ports lookalike system.

Re: macOS-like application packages
Posted: Tue Jan 24, 2017 7:33 am
by dozniak
iansjack wrote:Boris wrote:Once my OS can handle it, I will opt for a
Portage lookalike system
I think you mean a Ports lookalike system.

He means Ports-written-in-Python lookalike.
Re: macOS-like application packages
Posted: Tue Jan 24, 2017 7:38 am
by abcdef4bfd
onlyonemac wrote:osdeverr wrote:This is why they will be .tar's in my OS.
What about when there's a .tar that gets misinterpreted as an "application package"?
They will be tested for validity.
Re: macOS-like application packages
Posted: Fri Jul 02, 2021 5:07 am
by trolly
you can store the applications binaries and resources in a single directory.
and if you want to bundle it to send it over the network, instead of create an archive, create a ramdisk image to store the inside it (like the dmg files in classic macos), you can use a regular file system, or implement a new one specialy for it
the user could else: mount the ramdisk in a folder in /apps (by example)
or mount the ramdisk somewhere else, then copy the contents a folder in /apps