Code Monkey home page Code Monkey logo

Comments (4)

carrotIndustries avatar carrotIndustries commented on August 22, 2024

I'll probably come up with a PKGBUILD when horizon is reasonably stable. Right now, horizon may frequently change in incompatible ways (see past commits), so having a ready-to-install package may raise false expectations.

from horizon.

pinpox avatar pinpox commented on August 22, 2024

Ok, thanks for the info, I'll try to install by hand then later.

from horizon.

janhieber avatar janhieber commented on August 22, 2024

Made a PKGBUILD.
I did not upload it to AUR yet, if someone wants to maintain it, feel free to do so.
Also 'i686' and other archs should be added after testing them.

_name=horizon
pkgname=${_name}-git
pkgver=r185.59b2f6b
pkgrel=1
epoch=
pkgdesc="free EDA package written in C++ with GTK3"
arch=('x86_64')
url="https://github.com/carrotIndustries/horizon"
license=('GPL')
groups=()
depends=('boost-libs' 'boost' 'glm' 'yaml-cpp' 'zeromq' 'gtkmm3' 'cairomm' 'librsvg' 'sqlite')
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("git+https://github.com/carrotIndustries/horizon.git")
noextract=()
md5sums=('SKIP')
validpgpkeys=()

pkgver() {
    cd "$srcdir/$_name"
    printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

build() {
    cd "$srcdir/$_name"
    make
}

package() {
    for f in horizon-imp horizon-pgm-test horizon-pool horizon-pool-mgr horizon-pool-update-parametric horizon-prj horizon-prj-mgr
    do
        install -Dm755 $srcdir/$_name/$f $pkgdir/usr/bin/$f
    done
}

from horizon.

carrotIndustries avatar carrotIndustries commented on August 22, 2024

Thanks for the template. I adjusted a few things and uploaded it: https://aur.archlinux.org/packages/horizon-git/ But beware, although horizon is way more polished and usable than it was some months ago, things are still changing.

from horizon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.