You are not logged in.

#1 2018-06-26 00:00:34

aquatic7
Member
Registered: 2018-06-25
Posts: 3

[REQUEST] $liveme-pro-tools

I have a request for this tool if anyone with the skills have the time to make it.
I myself do not have the skills - yet - but hopefully if someone can compile this package, then I can analyse and learn from it.

I have tried to get as much information about the package as (for me) possible and posted it in the prototype template. I know it is not a lot of info I have been able to gather.

Source: https://github.com/Lewdninja/liveme-pro-tools

# Maintainer: Your Name <youremail@domain.com>
pkgname=liveme-pro-tools
pkgver=1.1.9
pkgrel=1
pkgdesc=""
arch=()
url="https://github.com/lewdninja/liveme-pro-tools/"
license=('GPL-3.0')
groups=()
depends=()
makedepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=($pkgname-$pkgver.tar.gz)
noextract=()
md5sums=() #autofill using updpkgsums

build() {
  cd "$pkgname-$pkgver"

  ./configure --prefix=/usr
  make
}

package() {
  cd "$pkgname-$pkgver"

  make DESTDIR="$pkgdir/" install
}

Thank you in advance for your help!

Offline

#2 2018-06-26 17:14:17

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 14,854

Re: [REQUEST] $liveme-pro-tools

readme.md wrote:

Built With

    Electron
    NodeJS
    LiveMe-API

Not something suitable for an easy start to pacakaging I think, but electron and npm are in repos.
Check https://wiki.archlinux.org/index.php/No … guidelines and repo packages that use electron.

The source for liveme-pro-tools can be found on here : https://github.com/Lewdninja/liveme-pro-tools/releases
For an arch linux package the latest "source code" tar.gz  file is normally the best choice.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

Board footer

Powered by FluxBB