summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornightsense2015-12-04 01:05:16 -0500
committernightsense2015-12-04 01:05:16 -0500
commit816f95edbc50837c4efce0958dd51090babfc103 (patch)
tree5658f7ef35bbdbdc0756842d75e5d6bd38b6bf54
downloadaur-816f95edbc50837c4efce0958dd51090babfc103.tar.gz
the same thing we do every night, pinky
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD16
2 files changed, 29 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..8877b00f71ae
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = fuji
+ pkgdesc = A simple usb drive mounter
+ pkgver = 1.0
+ pkgrel = 1
+ url = https://github.com/nightsense/fuji
+ arch = any
+ license = GPL3
+ optdepends = ntfs-3g: for ntfs formatting/mounting
+ source = https://github.com/nightsense/fuji/archive/1.0.tar.gz
+ sha256sums = 41310047e634c4be5471d0470b7e862b7f27158fdc6afd2fc1a17fbc8b6da79a
+
+pkgname = fuji
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..080c9cdab84a
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: nightsense <nightsense at protonmail dot ch>
+
+pkgname=fuji
+pkgver=1.0
+pkgrel=1
+pkgdesc="A simple usb drive mounter"
+arch=('any')
+url="https://github.com/nightsense/fuji"
+license=('GPL3')
+optdepends=('ntfs-3g: for ntfs formatting/mounting')
+source=("https://github.com/nightsense/${pkgname}/archive/${pkgver}.tar.gz")
+sha256sums=('ef33b8530c099c46ef047d760f79ac0ce9a9b6fb3064ddf3a4d0d4261e49288d')
+
+package() {
+ install -D -m 755 fuji "${pkgdir}/usr/bin/fuji"
+}