put the build script into the makepkg-overlay script

This commit is contained in:
Fleshless Builder
2017-11-21 17:41:40 +03:00
parent c2b5d134a4
commit 0e280608cc
4 changed files with 31 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
PATH+=":/usr/local/bin"
PATH+=":/usr/local/bin:$HOME/.local/bin"
self="${PWD##*/}"; self="${self%.git}"
self_url="https://pkg.fleshless.org/$self"