Re: [arch-general] debian conversion tool

2021-05-03 Thread Jude DaShiell via arch-general
What should I be reading to learn how to put a correct PKGBUILD file together? One question I have is what to do about subdirectories in packages with respect to sha256sums. On Tue, 27 Apr 2021, Eli Schwartz via arch-general wrote: > On 4/27/21 7:22 PM, Jude DaShiell via arch-general wrote: > >

Re: [arch-general] debian conversion tool?

2021-05-03 Thread Jude DaShiell via arch-general
True, but install-freedos is not. If you install dosemu or dosemu2.git it installs standard or nearly standard tools you'd expect to find on a dos box. This is a separate package for now. On Mon, 3 May 2021, Jonathon Fernyhough via arch-general wrote: > On 03/05/2021 17:52, Jonathon Fernyhough

Re: [arch-general] debian conversion tool?

2021-05-03 Thread Jonathon Fernyhough via arch-general
On 03/05/2021 17:52, Jonathon Fernyhough via arch-general wrote: > dosemu is in the repos. Oh, also, dosemu2-git is in the AUR (https://aur.archlinux.org/packages/dosemu2-git) OpenPGP_signature Description: OpenPGP digital signature

Re: [arch-general] debian conversion tool?

2021-05-03 Thread Jonathon Fernyhough via arch-general
On 27/04/2021 17:22, Jude DaShiell via arch-general wrote: > install-dosemu-master.zip can be built with debian. > When it is, those using dosemu2.deb can install many snearly standard dos > utilities that work inside of dosemu2. Unfortunately the source code > inside that package is debian only

Re: [arch-general] debian conversion tool

2021-04-27 Thread Eli Schwartz via arch-general
On 4/27/21 7:22 PM, Jude DaShiell via arch-general wrote: > For this package archlinux conversion isn't necessary. > After installing dosemu2-git try: > git clone http://www.github.com/dosemu2/install-freedos > If you put that into ~/build cd build/install-freedos. > What I did was to run msudo mak

Re: [arch-general] debian conversion tool

2021-04-27 Thread Jude DaShiell via arch-general
For this package archlinux conversion isn't necessary. After installing dosemu2-git try: git clone http://www.github.com/dosemu2/install-freedos If you put that into ~/build cd build/install-freedos. What I did was to run msudo make install. Then I went into the install-freedos/src directory. Next

Re: [arch-general] debian conversion tool?

2021-04-27 Thread Jude DaShiell via arch-general
If fpm doesn't convert to archlinux yet, maybe that can happen in a little while given the popularity of archlinux. I can find out and offer encouragement. Thanks for the suggestion. On Tue, 27 Apr 2021, Emil Lundberg via arch-general wrote: > Try this: https://github.com/jordansissel/fpm > >

Re: [arch-general] debian conversion tool

2021-04-27 Thread Jude DaShiell via arch-general
One of the debian sources I'm trying to convert is at: git clone http://www.github.com/dosemu2/install-freedos

Re: [arch-general] debian conversion tool?

2021-04-27 Thread Emil Lundberg via arch-general
Try this: https://github.com/jordansissel/fpm I don't know if it'll work, just that it's a thing that exists. /Emil On 2021-04-27 18:22, Jude DaShiell via arch-general wrote: > install-dosemu-master.zip can be built with debian. > When it is, those using dosemu2.deb can install many snearly stan

[arch-general] debian conversion tool?

2021-04-27 Thread Jude DaShiell via arch-general
install-dosemu-master.zip can be built with debian. When it is, those using dosemu2.deb can install many snearly standard dos utilities that work inside of dosemu2. Unfortunately the source code inside that package is debian only and I will be copying installed dosemu utilities from my debian disk