Skip to content

rafaelsoaresbr/package-query

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

package-query

Automatically build packages

This repository is an example of how to build Arch Linux packages automatically using Docker Hub or Travis-CI.

Building using Docker Hub

It consists of a PKGBUILD* file (pulled from https://aur.archlinux.org/) and a Dockerfile** file

*A PKGBUILD is a shell script containing the build information required by Arch Linux packages.

**A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image.

Build logs at https://hub.docker.com/r/rafaelsoares/package-query/

Steps to reproduce:

1 - Fork this repository;

2 - Create a Docker Hub account and link it to your GitHub account;

3 - Create automated build on Docker Hub.

Building using Travis-CI

It consists of a PKGBUILD* file (pulled from https://aur.archlinux.org/) and a .travis-ci.yml** file

*A PKGBUILD is a shell script containing the build information required by Arch Linux packages.

**A .travis-ci is a text document that contains some information about our project.

Build logs at https://travis-ci.org/rafaelsoaresbr/package-query

Steps to reproduce:

1 - Fork this repository;

2 - Create a Travis-CI account and link it to your GitHub account;

3 - Commit and push your changes.

About

Automatically build packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages