Code Monkey home page Code Monkey logo

sbomake's Introduction

BSD ports Makefile-like for slackbuilds repository.

Installation:
  First, clone the slackbuilds repository:
    $ git clone git://git.slackbuilds.org/slackbuilds.git
    $ cd slackbuilds
    $ git reset --hard HEAD
  
  Copy the included Makefile into the slackbuilds repository:
    $ cp /path/to/Makefile .
  
  And, install it by issuing:
    $ make link

Uninstallation:
  Issue:
    $ cd slackbuilds
    $ make delink
    $ rm -f Makefile

Usage:
  To search a package:
    $ make search name=foo
  or case insensitively:
    $ make isearch name=foo
  or the exact name:
    $ make esearch name=foo

  To generate SlackBuild script:
    $ make template

  To list dependencies:
    $ cd $(make search name=foo)
    $ make list-depends

  To fetch a package:
    $ cd $(make search name=foo)
    $ make fetch

  To verify the downloaded sources via `make fetch`:
    $ cd $(make search name=foo)
    $ make md5

  To remove sources that don't exist in `.info` file:
    $ cd $(make search name=foo)
    $ make dist-clean
  or for all packages:
    $ make dist-clean-all

  To build a package:
    $ cd $(make search name=foo)
    $ make

  To clean up after building:
    $ cd $(make search name=foo)
    $ make clean

  To install a package:
    $ cd $(make search name=foo)
    $ make install

  To remove a package:
    $ cd $(make search name=foo)
    $ make deinstall

sbomake's People

Contributors

zanculmarktum avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

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.