summaryrefslogtreecommitdiff
path: root/src/librefetch/librefetchdir/libmakepkg/source.sh.gen
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-02-07 18:00:44 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-02-07 18:00:44 -0500
commit00a6021aae396c140e786382007064f10ca254a1 (patch)
tree05bbb6435aa6e29432a77e18cfc2c9374b13ca91 /src/librefetch/librefetchdir/libmakepkg/source.sh.gen
parentc7be40c324580c8bcda043c6904358640ea58b57 (diff)
Update librefetch to work with pacman 5.
Diffstat (limited to 'src/librefetch/librefetchdir/libmakepkg/source.sh.gen')
-rwxr-xr-xsrc/librefetch/librefetchdir/libmakepkg/source.sh.gen25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/librefetch/librefetchdir/libmakepkg/source.sh.gen b/src/librefetch/librefetchdir/libmakepkg/source.sh.gen
new file mode 100755
index 0000000..269f9fd
--- /dev/null
+++ b/src/librefetch/librefetchdir/libmakepkg/source.sh.gen
@@ -0,0 +1,25 @@
+#!/usr/bin/sed -rf
+# librefetchdir/makepkg.gen
+#
+# Copyright (C) 2013, 2016 Luke Shumaker <lukeshu@sbcglobal.net>
+#
+# License: GNU GPLv3+
+#
+# This file is part of LibreFetch.
+#
+# LibreFetch is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# LibreFetch is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with LibreFetch. If not, see <http://www.gnu.org/licenses/>.
+
+/download_sources\(\) \{/ {
+ arm -rf "$srcdir"\nmkdir "$srcdir"
+}