From db4659a3eb32efefc14a073fc9049d2cf3a551d6 Mon Sep 17 00:00:00 2001 From: Giancarlo Razzolini Date: Mon, 25 Jan 2021 12:06:24 -0300 Subject: Move PKGBUILD dir to PKGBUILDs dir and create a new PKGBUILD for git Create a new PKGBUILD that builds from the current git directory for ease of testing. Moved the PKGBUILD directory to PKGBUILDs. --- PKGBUILD/python-archinstall/PKGBUILD | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 PKGBUILD/python-archinstall/PKGBUILD (limited to 'PKGBUILD/python-archinstall') diff --git a/PKGBUILD/python-archinstall/PKGBUILD b/PKGBUILD/python-archinstall/PKGBUILD deleted file mode 100644 index 83b174fc..00000000 --- a/PKGBUILD/python-archinstall/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# Maintainer: Anton Hvornum -# Contributor: demostanis worlds - -pkgname="python-archinstall" -pkgver="2.1.0" -pkgdesc="Installs ${pkgname} as a python library." -pkgrel=1 -url="https://github.com/Torxed/archinstall" -source=("${pkgname}-v${pkgver}-x86_64.tar.gz::https://github.com/Torxed/archinstall/archive/v$pkgver.tar.gz") -license=('GPLv3') -provides=("${pkgname}") -arch=('x86_64') -depends=('python>=3.8') -makedepends=('python-setuptools') -optdepends=('pyttsx3: Adds text-to-speech support for log/screen output.') -sha256sums=('4f8221158808228833e052260590e7ecf2733de108ada134cdde6d40ab45526b') - -build() { - cd "archinstall-${pkgver}" - - python setup.py build -} - -package() { - cd "archinstall-${pkgver}" - - python setup.py install \ - --prefix=/usr \ - --root="${pkgdir}" \ - --optimize=1 -} - -# vim:ft=sh - -- cgit v1.2.3-70-g09d2