summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis Viguié2015-11-04 23:46:59 +0100
committerAlexis Viguié2015-11-04 23:46:59 +0100
commit6ca3071844b559d67f752fd8e9886dd09bbf96da (patch)
treefc8b5b33b345449cde67287a83caea6ca7d962b7
parent2ab4fc78e34b6a793f614d398f04817692566acd (diff)
downloadaur-6ca3071844b559d67f752fd8e9886dd09bbf96da.tar.gz
Corrected typo
-rw-r--r--PKGBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ced5df449d52..e69de29bb2d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,34 +0,0 @@
-# Maintainer: Alexis Viguié <alexis.viguie@epitech.eu>
-pkgname=blih
-pkgver=1.7
-pkgrel=1
-pkgdesc="Bocal Lighteweight Interface for Humans, git repositories and SSH public keys management tool for EPITECH students"
-arch=('any')
-url="https://intra-bocal.epitech.eu"
-license=('GPL')
-groups=()
-depends=('python>=3.3.0' 'python-requests')
-makedepends=()
-optdepends=()
-provides=('blih')
-conflicts=()
-replaces=()
-backup=()
-options=()
-install=
-changelog=
-source=(https://pkg.blinux.fr/pub/$pkgname/$pkgver/$pkgname-$pkgver.tgz)
-noextract=()
-md5sums=('8d737cc043bcd2217cfb89ab84882ceb')
-
-build() {
- cd "$pkgname-$pkgver"
- cat blih.py | sed -e s/python3.3/python/ > blih
- chmod 755 blih
-}
-
-package() {
- mkdir $pkgdir/usr
- mkdir $pkgdir/usr/bin
- cp "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin"
-}