Skip to content
This repository has been archived by the owner on Jan 8, 2018. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 562 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 562 Bytes

AUR Synology Cloudstation Builder

AUR CloudStation Drive

Simple script to generate the AUR builds for the CloudStation Drive software by synology.

Usage

python3 -m venv .venv
.venv/bin/pip install -r requirements.txt
.venv/bin/python3 build.py <version> <release_number>

This will generate a new folder in the builds folder with the PKGBUILD and .SRCINFO files which are the required files to create an AUR package.