forked from alnux/repo
ok
This commit is contained in:
parent
0b699eb08e
commit
e90bff512f
2 changed files with 0 additions and 17 deletions
12
aps/build
12
aps/build
|
@ -1,12 +0,0 @@
|
||||||
mkdir spkg
|
|
||||||
cd spkg
|
|
||||||
wget https://git.hippoz.xyz/alnux/aps/raw/branch/master/aps
|
|
||||||
|
|
||||||
sed -n -e 1p -e 2p -e 3p -e 4p -e 5p $1/bin/aps > config.tmp
|
|
||||||
. config.tmp
|
|
||||||
sed -i 's/^temp_location./temp_location="${temp_location}"/' aps
|
|
||||||
sed -i 's/^install_root./install_root="${install_root}"/' aps
|
|
||||||
sed -i 's/^installed_pkg_database./installed_pkg_database="${installed_pkg_database}"/' aps
|
|
||||||
sed -i 's/^locpkg_database./locpkg_database="${locpkg_database}"' aps
|
|
||||||
|
|
||||||
install -Dm755 aps $1/bin/aps
|
|
|
@ -1,5 +0,0 @@
|
||||||
pkg_config_deploy=true
|
|
||||||
pkg_config_ver="0.0.2"
|
|
||||||
pkg_config_name="aps"
|
|
||||||
pkg_config_makedepends=""
|
|
||||||
pkg_config_depends=""
|
|
Loading…
Reference in a new issue