mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-24 04:20:46 +00:00
fix(shitpost): add needed lines (#7290)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
project pkg {
|
||||
arches = ["x86_64"]
|
||||
rpm {
|
||||
spec = "shitpost.spec"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,11 +8,15 @@ Source0: https://raw.githubusercontent.com/magnus-ISU/aur-scripts/master/
|
||||
Requires: bash
|
||||
BuildArch: noarch
|
||||
|
||||
Packager: Its-J
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
install -Dm 755 %{SOURCE0} %{buildroot}%{_bindir}/shitpost
|
||||
|
||||
|
||||
Reference in New Issue
Block a user