summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD17
1 files changed, 1 insertions, 16 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f5dfdddfae5..9b6f095c2c63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,33 +1,18 @@
-# This is an example PKGBUILD file. Use this as a start to creating your own,
-# and remove these comments. For more information, see 'man PKGBUILD'.
-# NOTE: Please fill out the license field for your package! If it is unknown,
-# then please put 'unknown'.
# Maintainer: asukaminato <asukaminato at nyan dot eu dot org>
+# Contributor: Asuka Minato
pkgname=sync-current-directory-git
pkgver=r52.9b243ff
pkgrel=1
-epoch=
pkgdesc="Sync current directory between your shell and a file manager"
arch=("any")
url="https://github.com/cshuaimin/scd"
license=('MIT')
-groups=()
depends=('fish')
makedepends=('cargo' 'git')
-checkdepends=()
-optdepends=()
provides=('scd')
-conflicts=()
-replaces=()
-backup=()
-options=()
-install=
-changelog=
source=("git+https://github.com/cshuaimin/scd.git")
-noextract=()
sha256sums=('SKIP')
-validpgpkeys=()
pkgver(){
cd scd